1.link tag
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
2.style tag
<style type="text/css"></style>
3.@import
@import和link区别:
@import串行加载css
4.style attribute
为单个元素设置内联样式
1.link tag
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
2.style tag
<style type="text/css"></style>
3.@import
@import和link区别:
@import串行加载css
4.style attribute
为单个元素设置内联样式