Tag: HTML5
Misc
Here is a desktop-only website structure template adaptive downwards till Ipad resolution of 1024px. Below this screen width, the website will scale down in size. No frameworks like bootstrap are used except jquery, jquery modal and reboot CSS to standardize...
Misc
Here is an example of how you can create a dynamic form field using HTML template inside a <script> tag. Browsers and screen readers ignore unrecognized script types like: <script id=”hidden” type=”text/x-custom-template”> <div...
Misc
Add advanced interaction controls to your HTML tables the free & easy way Website – https://datatables.net/
Misc
You can use this boolean attribute “hidden” to hide an element from displaying on to the webpage. This attribute can be removed by javascript during some action to display element back. More about this attribute – w3schools.com