HTML5 & CSS3 Info

HTML5

 

CSS3

Use CSS Normalize instead of a CSS Reset

http://necolas.github.com/normalize.css/

Use a CSS reset

Preferably Eric Meyers

Catch unsized images

Add this CSS rule somewhere in your stylesheet:

img:not([width]):not([height]){
  border
:2px solid red !important;
}

 

Authors

Tags