Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

im not sure where I went wrong not look for the answer just looking to be pointed in the right direction I am wrong on steps 26 31 32

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta name="description" content="a epic websit packed full of your wildest trips at a affordable price">
  <meta charset="UTF-8"></meta>
  <title> bubbas travel</title>
</head>
<body>
  <h1>The most amazing travel destinations</h1>
  <p>By clicking on our page you have entered the greatest decition of your life we have trips to japan the uk and even canada</p>
  <h2>Packages</h2>
  <p>We have packages from basic al the way up to complex world trips</p>
  <ul>
    <li>Basic package is the most cost afective you get to go to japan and the uk on a 15 day trip<a>Group Travels</a></li>
    <li>The high roller package is our world cruise that last for 300 days <a>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="a view of down town japan"target="_blank">
   <figcaption>Stunning view of japan</figcaption></a>
   <figure><a href="https://www.freecodecamp.org/learn"target="_blank">
   <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="a amazing view of the open ocean"target="_blank">
   <figcaption>Stunning views of the open ocean</figcaption></a>
   <figure><a href="https://www.freecodecamp.org/learn"target="_blank">
   <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt="A amzing view in the uk"target="_blank">
   <figcaption>Stunning views in the uk from a diner</figcaption></a>
</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
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

I fixed 32 and 31 its just 26 now

how many children does figure has? do you know how to define the relationship of parent-child between two elements?