Tell us what’s happening:
I am stuck on 26 and 28 of this lesson. I thought I followed all the steps correctly, I have been stuck on this for hours and have no idea what I did wrong.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description"
content="Travel Agency Page"/>
<title>Paige's Travels</title>
</head>
<body>
<h1>Paige's Travels</h1>
<p>Travel in style</p>
<h2>Packages</h2>
<p>We have many different packages</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>
<ol>
<li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"></a>
<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseo" href="https://www.freecodecamp.org/learn"></img>
</a>
<figcaption>Visit the Colosseo.</figcaption>
</figure>
</li>
<li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
</a>
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps" href="https://www.freecodecamp.org/learn"></img>
</a>
<figcaption>Visit the Alps.</figcaption>
</figure>
</li>
<li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
</a>
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="labs" href="https://www.freecodecamp.org/learn"></img>
</a>
<figcaption>Visit the Sea.</figcaption>
</figure>
</li>
</ol>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page
