三種樣式表:
1.外部樣式表
<link rel="stylesheel" type="test/css" href = "mystyle.css">
2.內(nèi)部樣式表
<style type = "tect/css">
<body{background-color:red}
? ? ? ? p{margin-lift:20px}
</style>
內(nèi)聯(lián)樣式表
<p style = "coler:red">
三種樣式表:
1.外部樣式表
<link rel="stylesheel" type="test/css" href = "mystyle.css">
2.內(nèi)部樣式表
<style type = "tect/css">
<body{background-color:red}
? ? ? ? p{margin-lift:20px}
</style>
內(nèi)聯(lián)樣式表
<p style = "coler:red">