gpt4 book ai didi

css - -无法将 CSS 页面链接到 HTML

转载 作者:太空宇宙 更新时间:2023-11-04 13:56:44 25 4
gpt4 key购买 nike

我正在使用免费的 HTML 工具包文本编辑程序为网页创建 html 模板。我的 xhtml 和 css 文件都在同一个目录中。我可以将图片链接到 xhtml 模板,但我的 css 页面不影响任何更改。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmln="http-"http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>

<meta content="teggxt/html; charset=utf-8" http-equiv="Content- Type"/>
<title>Spaghetti &#38; Cruft: Geek Pizzeria</title>
<link rel="stylesheet" type="text/css" href="styles.css" />


</head>

<body>
<div id="branding">

<h1><img src="images/logo.gif" alt="Spaghetti and Cruft: Geek Pizzeria">

<p id="address">
Spagetti &#38; Cruft<br />
742 Cederholm Ave.<br />
Gotham, CA 00234<br />
510-555-0987
</p>

</div>

<div id="main-content">
<h2>The page title will go here.</h2>
<p>The page content will go here.</p>
</div>

<ul id="navigation">
<li><a href="menu.html">Our Menu</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="reviews.html">Raves and Reviews</a></li>
<li><a href="news.html">News and Events</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>

<div id="tagline">
<p>Pizza, pasta, and WiFi.</p>
<p>Enjoy a bite with your bytes.</p>
</div>

<p id="copyright">&#169; 2007 Spaghetti &#38; Cruft: Geek Pizzeria</p>
</body>

</html>

和 CSS 代码。

html { 
background-color: #ffffff;
background-image: url(images/background.gif) repeat-x;);
}

body {
width: 80%;
}

HTML 工具包在处理 XHTML 1.0 Strict 时有困难吗?我不确定。

最佳答案

您在 styles.css 之后缺少结束符 "。

关于css - -无法将 CSS 页面链接到 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21805131/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com