展开全部
以链接的形式调用外部CSS文件
<Head>
<link rel="stylesheet" type="text/css" href="Css.css" />
</Head>
或者直接将CSS写在页面中
<Head>
<style type="text/css">
<!--
body {
font-family: "宋体";
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
text-decoration: none;
}
-->
</style>
<Head>
<link rel="stylesheet" type="text/css" href="Css.css" />
</Head>
或者直接将CSS写在页面中
<Head>
<style type="text/css">
<!--
body {
font-family: "宋体";
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
text-decoration: none;
}
-->
</style>
展开全部
以链接的形式调用外部CSS文件
<Head>
<link
rel="stylesheet"
type="text/css"
href="Css.css"
/>
</Head>
或者直接将CSS写在页面中
<Head>
<style
type="text/css">
<!--
body
{
font-family:
"宋体";
font-size:
12px;
font-style:
normal;
line-height:
normal;
font-weight:
normal;
text-decoration:
none;
}
-->
</style>
<Head>
<link
rel="stylesheet"
type="text/css"
href="Css.css"
/>
</Head>
或者直接将CSS写在页面中
<Head>
<style
type="text/css">
<!--
body
{
font-family:
"宋体";
font-size:
12px;
font-style:
normal;
line-height:
normal;
font-weight:
normal;
text-decoration:
none;
}
-->
</style>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
应用外部CSS当然还要先建一个以.CSS为后缀的文件,就是样式文件!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询