Select Page
CSS Reset for Mobile website development

CSS Reset for Mobile website development

Here are some CSS reset codes particularly for mobile website development. This might be useful for you if you are using custom code from scratch without using any other UI frameworks like Twitter Bootstrap. CSS Reset *, :before, *:after { / suppressing the tap...
“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