CSS reset for HTML5

前端 未结 5 967
猫巷女王i
猫巷女王i 2020-12-31 05:02

Best practices?

How does this differ from HTML4 or XHTML1?

There\'s a lot of discussion going on over here: http://html5doctor.com/html-5-reset-stylesheet/

5条回答
  •  攒了一身酷
    2020-12-31 05:16

    HTML5 is still not widely supported. As such, I don't think you will find an HTML5 specific reset stylesheet yet. My recommendation would be to take Eric Meyer's and add the tags for HTML5. (e.g. nav, header, footer, etc)

提交回复
热议问题