我的世界pe3x3活塞门:怎样在html文档中引用css?常用的属性名称是什么?

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/06 04:20:23

以链接的形式调用外部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>

常用的属性建议你看一看CSS2.0中文手册.
http://www.w3cn.org/resource/down/2004/73.html

能跟你们交个朋友吗,我也是学HTML 的QQ123025629