一个标签中 如何引用 多个外部css
想在div标签中引用两个外部定义的css,不知代码怎么写呢?引用一个用class=“css名”;那引用两个要怎么写呢?帮帮忙!!急急急!!!...
想在div标签中引用两个外部定义的css,不知代码怎么写呢?
引用一个用class=“css名”; 那引用两个要怎么写呢?帮帮忙!!急急急!!! 展开
引用一个用class=“css名”; 那引用两个要怎么写呢?帮帮忙!!急急急!!! 展开
展开全部
先建个css.css文件存根目录下,内容如下:
.css {
font-family: "宋体";
font-size: 9px;
color: #000;
}
.css01 {
color: #000;
font-size:12px;
font-weight:bold;
font-family: "华文楷体";
}
a.css01:link { color: #333;text-decoration: none;}
a.css01:visited {text-decoration: none; color: #666;}
a.css01:hover { text-decoration: underline;color: #000;}
a.css01:active {text-decoration: none;color: #00397f;}
.css02 {
color: #00397f; font-weight:bold
}
a.css02:link {color: #00397f;text-decoration: none;}
a.css02:visited {text-decoration: none;color: #00397f;}
a.css02:hover {text-decoration: underline;color: #00397f;}
a.css02:active {text-decoration: none;color: #00397f;}
再在引用页内编写如下:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>css外部引用</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>
<body class="css">
<p>默认字体</p>
<p class="css02">更改过的字体</p>
<p><a href="#" class="css01">连接1</a></p>
<p><a href="#" class="css02">连接2</a></p>
<p></p>
</body>
</html>
.css {
font-family: "宋体";
font-size: 9px;
color: #000;
}
.css01 {
color: #000;
font-size:12px;
font-weight:bold;
font-family: "华文楷体";
}
a.css01:link { color: #333;text-decoration: none;}
a.css01:visited {text-decoration: none; color: #666;}
a.css01:hover { text-decoration: underline;color: #000;}
a.css01:active {text-decoration: none;color: #00397f;}
.css02 {
color: #00397f; font-weight:bold
}
a.css02:link {color: #00397f;text-decoration: none;}
a.css02:visited {text-decoration: none;color: #00397f;}
a.css02:hover {text-decoration: underline;color: #00397f;}
a.css02:active {text-decoration: none;color: #00397f;}
再在引用页内编写如下:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>css外部引用</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>
<body class="css">
<p>默认字体</p>
<p class="css02">更改过的字体</p>
<p><a href="#" class="css01">连接1</a></p>
<p><a href="#" class="css02">连接2</a></p>
<p></p>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<div class="css1 css2"><div>
class属性或id属性都支持这种写法,多个样式之间用空格间隔就行
class属性或id属性都支持这种写法,多个样式之间用空格间隔就行
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
如果外部样式比较多的话!
直接用<link rel="stylesheet" type="text/css" href="css/css.css" />
如果说一个架子同时用两种或者多种不同的样式来控制!
可以参考:<div Id="mc1 mc2 mc3"></div>
直接用<link rel="stylesheet" type="text/css" href="css/css.css" />
如果说一个架子同时用两种或者多种不同的样式来控制!
可以参考:<div Id="mc1 mc2 mc3"></div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
引用一个是怎么写的?
<link rel="stylesheet" href="/admin/css/xxxx.css">
<link rel="stylesheet" href="/admin/css/xxxx2.css">
不是这样吗
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询