Build a travel Agency Page

I have done many things but my code is not getting the test 31

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width">
    <meta name = "description" content = "This page is refering the travel agency consultancy page for tour to Lahore">
    <title>Travel Agency Page</title>
    <!-- <link href="agency.css" rel = "stylesheet"> -->
</head>
<body>
    <h1 class="city">Discover Lahore</h1>
    <p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Lahore.</p>
        <h2>
            Packages
        </h2>
        <p>
            We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Lahore's lesser-known sides.
        </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="Badshahi Mosque"></a>
            <figcaption>Badshahi Mosque</figcaption>
        </figure>
        <figure>
          <a href="https://www.freecodecamp.org/learn" target="_blank">  <img src = "https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Shahi Qila"></a>
            <figcaption>Shahi Qila</figcaption>
        </figure>
        <figure>
          <a href="https://www.freecodecamp.org/learn." target="_blank"><img src = "https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Minar-e-Pakistan"></a>
            <figcaption>Minar-e-Pakistan</figcaption>
        </figure>
</body>
</html>

hi and welcome to the forum

I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Please post a link to the lab/challenge so we can check what it says.

What’s test 31? Try not to confuse a test with instructions.

Can you post a link to the instructions/lab?

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.