三种样式表:
1.外部样式表
<link rel="stylesheel" type="test/css" href = "mystyle.css">
2.内部样式表
<style type = "tect/css">
<body{background-color:red}
p{margin-lift:20px}
</style>
内联样式表
<p style = "coler:red">
三种样式表:
1.外部样式表
<link rel="stylesheel" type="test/css" href = "mystyle.css">
2.内部样式表
<style type = "tect/css">
<body{background-color:red}
p{margin-lift:20px}
</style>
内联样式表
<p style = "coler:red">