Tell us what’s happening:
Hi PLS help, I have reset 2 times. Questions 19Both your list items should contain an anchor element.21 The anchor element of your second list item should wrap the text Private Tours22You should have an h2 element after your unordered list26Each figure element should contain a figcap element as its second child28Each of the a elements that are children of your figure elements should contain an image31Each a element should have an href attribute with the value of… Please what am I doing wrong!
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="travel agency">
<title> Paradise Travel </title>
</head>
<body>
<h1> Greece and Portugal </h1>
<p> Come see the beautiful sites!</p>
<h2> Packages </h2>
<p> Group Travels and Private Tours </p>
<ul>
<li><a href="https://www.freecodecamp.org/learn" target="_blank"</a>Group Travels</li>
<li><a href="https://www.freecodecamp.org/learn" target="_blank"</a>Private Tours</li>
</ul>
<h2>Top Itineraries</h2>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseo building">
</a>
<figcaption>Nothing like history in person!</figcaption>
</figure>
<figure>
<a href="https:www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Moutain picture">
</a>
<figcaption>Breathtaking!</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Picture of the Sea">
</a>
<figcaption>Listen to the water!</figcaption>
</figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page