Class or ID on Body Tag

前端 未结 6 667
抹茶落季
抹茶落季 2021-01-01 11:40

I\'ve been applying an ID to the body tag of my HTML documents lately to allow greater CSS control (#9). Recently the though occurred to me that I could do exactly the same

6条回答
  •  一个人的身影
    2021-01-01 11:41

    In HTML5, the id attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).

    In HTML 4.01, the id attribute cannot be used with: , , , , ,

提交回复
热议问题