在我的主目录中,我创建了一个名为“washingtondc”的文件夹。在这个文件夹中,我放置了一个名为“images”的文件夹和一个 index.html 文件。在 images 文件夹中有一个图像 enter1.jpg。我无法让图像出现在我的网页上。有人知道为什么吗?
这是正常工作的网址:
http://yourfantasyfootballreality.com/washingtondc/index.html
这是代码:
<html>
<head>
</head>
<body>
<center><h1>Washington DC 11/9/13<h1></center>
<img src="washingtondc/images/enter1.jpg" width="147px" height="120px" alt=""/>
</body>
</html>