メイン ディレクトリに「washingtondc」というフォルダを作成しました。このフォルダーに、「images」というフォルダーと index.html ファイルを入れます。images フォルダには、イメージ enter1.jpg があります。Web ページに画像を表示できません。誰かが理由を見ますか?
正しく機能している URL は次のとおりです。
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>