What are the advantages & disadvantages of styling the <html>
element instead of the <body>
element?
I have seen it used in many cases such as in a full page background image, or to make an element take up 100% of the view port height.
...but I'm sure there are some limitations. Do you know of any specific browser support issues etc?