Tell us what’s happening:
Stuck on 34, what am I doing wrong? I triple checked and I believed ive included the alt attributes correctly.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>"Travel Agency Page"</title>
<meta name="description" content="Travel across the world with our agency.">
</head>
<body>
<h1>Discover Italy</h1>
<p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Italy.</p>
<h2>Packages</h2>
<p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Italy.</p>
<ul>
<li><a>Group Travels</a></li>
<li><a>Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure>
<a href="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt:"colosseo"></a>
<figcaption>Rome Colosseo</figcaption></figure>
<figure>
<a href="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"></a>
<figcaption>Italian Alps</figcaption></figure>
<figure>
<a "href=https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"></a>
<figcaption>Adriatic Sea</figcaption></figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page