Can anyone explain to me why can we style the element html? What are differences between it and body?
html
body
I usually see tutorials and multi
You can style the html element (heck you can head, title { display: block; } if you like), but browser support is a bit weak (IIRC, Internet Explorer <8 has issues).
head, title { display: block; }