1.外部样式表
<link rel="stylesheet" type="text/css" href="*.css">
2.内部样式表
<style type="text/css"> hr {color: sienna;} p {margin-left: 20px;} body {background-p_w_picpath: url("p_w_picpaths/back40.gif");} </style>
3.内联样式表
<p style
="color: sienna; margin-left: 20px">
This is a paragraph
</p>