コードをサーバーにアップロードするときに問題が発生します。右側にラクダの画像が必要ですが、何らかの理由で画像が表示されません。サンプルコードを試してみましたが、それを使用すると画像は表示されますが、私のコードでは表示されません。私はコードを下に置いているので、どんな助けも素晴らしいでしょう. また、これはこの言語での最初の試みであるため、これらすべてに非常に慣れていません。
<!DOCTYPE html>
<!-- Fig. 2.18 Solution -->
<! __ Includes camel image -->
<html>
<head>
<meta charset = "utf-8">
<title> Homework 1- 2.18 Solution </title>
</head>
<body>
<table border = "1" width = "640" >
<tr>
<td><h1> Objectives </h1>
<ul>
<li> To be able to create tables with rows and
columns of data. </li>
<li> To be able to control the display and formatting of tables. </li>
<li> To be able to create and use forms. </li>
</ul>
<em> Yea, from the table of my memory I'll wipe away all
trivial fond records. </em><br />
William Shakespeare.
</td>
<td><imag src="camel.png" alt= "Camel picture"
height = "310" width = "200" />
</td>
</tr>
</table>
</body>
</html>