<ol><li><p><link
href
=
"Styles/Styles1.css"
rel
=
"stylesheet"
type
="text/css"
/></p><p><link
href
=
"Styles/Styles2.css"
rel
=
"stylesheet"
type
="text/css"
/></p></ol>复制代码
方法2、在CSS文件中加载CSS
<ol><li>
@import
url(form.css)</ol>复制代码
方法3、直接在网页中加载
<ol><li><style
type="text/css">
<li>
h1{color:Bluetext-decoration:underline}
<li></style></ol>复制代码