CSS外部样式引用问题
新建了CSS文件,验证了HTML文件已经是正确的无错误的,但是读不出来CSS的效果。<!doctypehtml><htmllang="zh-CN"><head><meta...
新建了CSS文件,验证了HTML文件已经是正确的无错误的,但是读不出来CSS的效果。
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>Head frist Lounge</title>
<link rel="stylesheet" type="text/css" href="lounge.css" />
</head>
<body>
<h1>welcome to the New and Improved Head frist Lounge</h1>
<img src="../images/._drinks.gif" alt="drinks">
<p> Join us any evening for refreshing <a href="../beverages/elixir.html">elixris</a>.
conversation and maybe a game or two of <em>Dance Dance Resolution</em>.
Wireless access is always provided:Brows(Briong your own web server).
</p>
<h2>Directions</h2>
<p>
You'll find us right in the center of downtown Webville.If you need help finding us .check out our<a href="../about/gudes.html">detailed directions</a>. Come join us!
</p>
</body>
</html>
lounge.css
h1,h2 {font-family:sans-serif;
color:blue;
}
h1
{
border-bottom:1px solid black;
}
p{
color:red;
} 展开
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>Head frist Lounge</title>
<link rel="stylesheet" type="text/css" href="lounge.css" />
</head>
<body>
<h1>welcome to the New and Improved Head frist Lounge</h1>
<img src="../images/._drinks.gif" alt="drinks">
<p> Join us any evening for refreshing <a href="../beverages/elixir.html">elixris</a>.
conversation and maybe a game or two of <em>Dance Dance Resolution</em>.
Wireless access is always provided:Brows(Briong your own web server).
</p>
<h2>Directions</h2>
<p>
You'll find us right in the center of downtown Webville.If you need help finding us .check out our<a href="../about/gudes.html">detailed directions</a>. Come join us!
</p>
</body>
</html>
lounge.css
h1,h2 {font-family:sans-serif;
color:blue;
}
h1
{
border-bottom:1px solid black;
}
p{
color:red;
} 展开
2019-02-02 · 知道合伙人软件行家
yfcp
知道合伙人软件行家
向TA提问 私信TA
知道合伙人软件行家
采纳数:1748
获赞数:5545
有多年网站建设相关工作经验。熟悉ASP、ASP.net、VB、JavaScript、HTML等语言和CSS、Ajax等相关技术。
向TA提问 私信TA
关注
展开全部
<link rel="stylesheet" type="text/css" href="lounge.css" />
仔细检查lounge.css的文件名和路径是否正确。
仔细检查lounge.css的文件名和路径是否正确。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2019-05-26 · IT、电竞电商、设计、动漫专业对口升学
关注
展开全部
应该是路径不对
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询