0

What is wrong with my code?

The whole paragraph are hyperlinks https://code.sololearn.com/WYZ1su70mI99/?ref=app

26th Aug 2022, 7:14 AM
Ameh Lawal
Ameh Lawal - avatar
11 odpowiedzi
+ 4
You forgot to close the anchor tag with its closing tag </a>
26th Aug 2022, 7:18 AM
Ipang
+ 3
Close the <a> at the end of line 5
27th Aug 2022, 10:26 AM
Techna💖💕😎
Techna💖💕😎 - avatar
+ 2
Line 5 ... <a href=...><img src=.../></a>
26th Aug 2022, 7:38 AM
Ipang
+ 2
Line 15 <li>..........</li>
26th Aug 2022, 3:06 PM
Daniel Micheal
Daniel Micheal - avatar
+ 2
I think the </a> should be after the image tag.
27th Aug 2022, 10:57 AM
Techna💖💕😎
Techna💖💕😎 - avatar
+ 1
Thanks
26th Aug 2022, 7:49 AM
Ameh Lawal
Ameh Lawal - avatar
+ 1
Which HTML?
27th Aug 2022, 3:48 PM
Techna💖💕😎
Techna💖💕😎 - avatar
0
I just tried to close it .. It did not work! Where should i close it
26th Aug 2022, 7:36 AM
Ameh Lawal
Ameh Lawal - avatar
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
27th Aug 2022, 10:50 AM
Daniel Micheal
Daniel Micheal - avatar
0
can you thisExplain with my HTML
27th Aug 2022, 2:26 PM
manapentecostal church
manapentecostal church - avatar
0
Just make sure you close the tag <a>....</a>
27th Aug 2022, 10:37 PM
Khalid Dafaalseed
Khalid Dafaalseed - avatar