gpt4 book ai didi

html - HTML 中的 CSS 和图像

转载 作者:行者123 更新时间:2023-11-28 06:30:39 26 4
gpt4 key购买 nike

我正在通过 Mozilla 开发者网络学习 CSS。我通过 Codeanywhere 和 Dropbox 保存。

我的 CSS 和图像在下载时没有显示。我检查了代码、目录和 Github 示例,但仍然一无所获。任何想法,将不胜感激。这是问题区域:

 <!DOCTYPE html>
<html>
<head>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<meta charset="utf-8">
<title>My test page</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet'  type='text/css'> 
</head>
<body>
<h1>
Another Attempt at Coding
</h1>
<img src="HP-Firefox-icon.png" alt="The Firefox logo">
<p>



What is your website about? </p>
<ul>
<li>Do you like dogs, New York, or Pacman?
</li>
<li>What does your website look like</li>

<li>What's the background color?</li>
<li>What kind of font is appropriate: formal, cartoony, bold and loud, subtle?</li>
</ul>

<p>
Read the <a href="https://www.mozilla.org/en-US/about/manifesto/">Mozilla Manifesto</a>
</p>

最佳答案

CSS 和图像的路径不正确。确保 CSS 和图像文件名位于同一目录并具有相同的名称。

<img src="HP-Firefox-icon.png" alt="The Firefox logo">

<link href="styles/style.css" rel="stylesheet" type="text/css">

只有找到正确的源文件 url 并将其放入,它才会起作用。如果您下载了示例,请确保下载了所有文件。

关于html - HTML 中的 CSS 和图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34994979/

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