0
What is wrong with my code?
The whole paragraph are hyperlinks https://code.sololearn.com/WYZ1su70mI99/?ref=app
11 ответов
+ 4
You forgot to close the anchor tag with its closing tag </a>
+ 3
Close the <a> at the end of line 5
+ 2
Line 5 ...
<a href=...><img src=.../></a>
+ 2
Line 15 <li>..........</li>
+ 2
I think the </a> should be after the image tag.
+ 1
Thanks
+ 1
Which HTML?
0
I just tried to close it .. It did not work!
Where should i close it
0
<!DOCTYPE html>
<html>
<body>
<h1>The Eiffel Tower</h1>
<a href = "https://sololearn.com" target = "_blank"/></a> <img src = "https://sololearnassets.azureedge.net/eiffel-tower.jpg" alt = "Eiffel Tower" width = "50%" />
</p>The <strong>Tower </strong>is a wrought-iron tower that stands<strong>1,063 ft (324 m)</strong> tall in <strong>Paris</strong>.
</p>
<p>Currently, the <b>Eiffel Tower</b> is the most-visited monument in the world with over <b>7 million </b>visitors a year.
</p>
<p>Visitors can choose to go up using the Tower lift or the stairs. There are <b>1,665 </b>steps to the top.</p>
<p><b>Transport</b></p>
<ul>
<li>Bus: lines 42, 69, 72, 82 and 87.
</li>
<li>Trocadero, Ecole militaire.
<l/li>
<li>Train: Champ de Mars - Tour Eiffel, line C.
</li>
</ul>
</body>
</html>
This is the correct code
0
can you thisExplain with my HTML
0
Just make sure you close the tag
<a>....</a>