Select Page

Tag: HTML5

Desktop-Only Website Structure Template

Desktop-Only Website Structure Template

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...
“hidden” Attribute to hide HTML elements

“hidden” Attribute to hide HTML elements

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