Styling the "html" element in CSS?
Posted
by Maushu
on Stack Overflow
See other posts from Stack Overflow
or by Maushu
Published on 2010-04-07T14:07:51Z
Indexed on
2010/04/07
14:13 UTC
Read the original article
Hit count: 630
Can anyone explain to me why can we style the element html?
What are differences between it and body?
I usually see tutorials and multiple websites using body and never html, I only found about it when using YUI 3: CSS Reset since changing the background in body didn't work.
© Stack Overflow or respective owner