为什么我导入CSS外部样式表到HTML文件时 没有效果 在线求解
我的CSS文件的内容是p.first{color:green}p.second{color:purple}p.third{color:gray}b.ww{color:re...
我的CSS文件的内容是
p.first {color:green}
p.second {color: purple}
p.third {color:gray}
b.ww {color:red}
p {font-size:10pt}
b {font-size:1.5em}
我的HTML中的内容是:
<html>
<head><title>外部样式表 </title>
<style type="text/css">
<!--
@import url (样式表.css) ;
-->
</style>
</head>
<body>
<p class="first">the first paragraph with a class name of first </p>
<p class="second">the second paragraph with a class name of second </p>
<p class="third">the third paragraph with a class name of third</p>
<h2><b class="ww">emma thompson</b>,actress</h2>
<p >dramatic actor inspired comedienne in there</p>
</body>
</html>
我真的看不出哪里错了 字体的颜色就是变不了 那两个文件我也是放在同一个文件夹中 我用内部样式表的话效果出的来。。但是使用外部导入样式就不行 新手求解 谢谢!! 展开
p.first {color:green}
p.second {color: purple}
p.third {color:gray}
b.ww {color:red}
p {font-size:10pt}
b {font-size:1.5em}
我的HTML中的内容是:
<html>
<head><title>外部样式表 </title>
<style type="text/css">
<!--
@import url (样式表.css) ;
-->
</style>
</head>
<body>
<p class="first">the first paragraph with a class name of first </p>
<p class="second">the second paragraph with a class name of second </p>
<p class="third">the third paragraph with a class name of third</p>
<h2><b class="ww">emma thompson</b>,actress</h2>
<p >dramatic actor inspired comedienne in there</p>
</body>
</html>
我真的看不出哪里错了 字体的颜色就是变不了 那两个文件我也是放在同一个文件夹中 我用内部样式表的话效果出的来。。但是使用外部导入样式就不行 新手求解 谢谢!! 展开
展开全部
你把你css文件里面的每一个样式后面都加上“;”。比如说第一个:
p.first {color:green;}
你的css文件的名称是什么啊?改成英文试试看。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<!--
@import url (样式表.css) ;
-->
你这是注释掉了啊,去掉<!--跟-->
@import url (样式表.css) ;
-->
你这是注释掉了啊,去掉<!--跟-->
更多追问追答
追问
去掉了 也还是没有用
追答
那就奇怪了,我这里好好的。你用的什么浏览器。我的是Chrome 30.0.1599.101 m可以的。对了,CSS名字改成英文的试试看。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询