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>

