<style>
hr{
color:#000;
}
</style>
上面的答案是内联式修饰方式,下面的答案是嵌入式修饰,嵌入式的只要在</head>之前就行了。
hr{ border:1px solid red; }
<hr style="height:5px;border:none;border-top:5px ridge green;" />