26. Each figure element should contain a figcaption element as its second child. I have some issue . Ineed help to solve

<meta  charset="utf-8" >

<meta  name="description" content=" description Shel Travel Agency" >

<title>Travel Agency Page</title>

</head>

<body>

  <h1>Sahel Travel Agency</h1>

  <p>Sahel Travel Agency is one of best Travel Agency who provide Umrah and Haji to muslim comunities in Toront , Canada.It has capabile to direct fly to Makkah </p>

<h2>Packages</h2>

<p>Sahel provides so many packages to all mulime brother and sister with easy payment types</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://www.freecodecamp.org/learn" target="\_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Travel to Makkh" target="\_blank"><figcaption>Trvel to Makkh</figcaption></a>

  </figure>

<figure>

  <a href="https://www.freecodecamp.org/learn"target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Travel to Madina"><figcaption>Travel to Madina</figcaption></a>

  </figure>

 <figure>

  <a href="https://www.freecodecamp.org/learn"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Travel to Saudi Arabia"><figcaption>Travek to Saudi Arabia</figcaption></a>

  </figure>

  </body>

What exactly do you need help with? Also maybe you could link where you are at in this so it can be easier for others to help.

You can try checking your code with an HTML validator, but if you need more help, please post a link to this challenge.