为什么我导入CSS外部样式表到HTML文件时 没有效果 在线求解
我的CSS文件的内容是.green{color:#009900;}.red{font-size:#28px;color:#FF3300;font-weight:bold;...
我的CSS文件的内容是
.green{
color:#009900;}
.red{
font-size:#28px;
color:#FF3300;
font-weight:bold;}
我的HTML中的内容是:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>第一个CSS实例</title>
</head>
<link href"style.css" rel="stylesheet" type="text/css"/>
<body>
<p class="green">段落一</p>
<p class="red">段落二</p>
</body>
</html>
我真的看不出哪里错了 字体的颜色就是变不了 新手求解 展开
.green{
color:#009900;}
.red{
font-size:#28px;
color:#FF3300;
font-weight:bold;}
我的HTML中的内容是:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>第一个CSS实例</title>
</head>
<link href"style.css" rel="stylesheet" type="text/css"/>
<body>
<p class="green">段落一</p>
<p class="red">段落二</p>
</body>
</html>
我真的看不出哪里错了 字体的颜色就是变不了 新手求解 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询