HTML 参考手册
HTML <style> type 属性
在 <style> 标签中使用 type 属性
源代码:
点击运行 »
<style type="text/css"> h1 { color: red; } p { color: blue; } </style>
运行结果:
点击运行 »