是否有任何方法将<style>标记封装在<body>中,并且仍然有有效的HTML5代码?
<style>
<body>
创建像这样的模块化网站非常方便
而不是:
<head>
发布于 2012-06-28 21:10:16
请在此阅读:
http://html5doctor.com/the-scoped-attribute/
范围尚未完全标准化。给它点时间。
https://stackoverflow.com/questions/11252888
相似问题