Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m stuck, I feel I have done everything so I’m at a bit of a stand still, any help would be appreciated.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="description" content="Discover Italy">
    <title>Travel Agency Page</title>
</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>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Italy's lesser-known sides.</p>
<ul>
  <li><a href="https://www.freecodecamp.org/learn" target=_blank>Group Travels</a></li>
  <li><a href="https://www.freecodecamp.org/learn"target="_blank">Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure><a href="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" target="_blank"></a><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseo"></figure>
<figcaption>Rome and Center Italy
</figcaption>

<figure><a href="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" target="_blank"></a><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"></figure>
<figcaption>Nature and National Parks
</figcaption>
<figure><a href="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" target="_blank"></a><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"></figure>
<figcaption>South Italy and Islands
</figcaption>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

This anchor tag is not wrapping anything.

<a href="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" target="_blank"></a>

There are a few tests you haven’t passed. I suggest you go through all the user stories again and make sure you have the correct elements as asked for, in the correct place. Reply back to this thread if you are still stuck and post your updated code.

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').