Styling the `<html>` element in CSS?

前端 未结 6 1394
生来不讨喜
生来不讨喜 2020-12-08 10:01

Can anyone explain to me why can we style the element html?
What are differences between it and body?

I usually see tutorials and multi

6条回答
  •  感情败类
    2020-12-08 10:47

    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).

提交回复
热议问题