标签:
外部样式表:
<link rel="stylesheet " type="text/css" href="Mystyle.css">
内部样式表:
<style type="text/css"> P{ color:green; } </style>
内联样式表:
<p> style="color:red"></p>
三种样式表插入方法
原文地址:http://www.cnblogs.com/CandiceW/p/4853423.html