Tell us what’s happening:
Help with questions 31 and 32 please figcaption i’m stuck there
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Free Web tutorials">
<title>Travel Agency Page</title>
</head>
<body>
<h1>Johannesburg</h1>
<p>Welcome to the heart of Johannesburg where people enjoy life to its fullest.
</p>
<h2>Packages</h2>
<p>We have the heart of africa package that includes 7 nights, breakfast & dinner included, for only R1600 per day or complete package at R10 000 for the whole package.</p>
<ul>
<li><a href="Group Travels">Group Travels</a></li>
<li><a href="Private Tours">Private Tours</a></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="Sunsets" style="width:100%"></a>
<figcaption>Sunsets</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Moon Nights" style="width:100%"></a>
<figcaption>Moon Nights</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Italy" style="width:100%"></a>
<figcaption>Italy.</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/134.0.0.0 Safari/537.36 AVG/134.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page