hello, I am failing the final two tests. It seems to render fine in a browser. Not sure if it’s a syntax issue, or ?

hello, I am failing the final two tests. It seems to render fine in a browser. Not sure if it’s a syntax issue, or ?
Welcome to the forum @sea-liesch
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 Get Help > Ask for Help button located on the challenge.
The Ask for 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.
I’m failing the final two tests. I’ve pasted the code in VSCode and tried other debug methods . The html seems valid. Thanks!
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="web">
<meta charset="UTF-8">
<title>Bigly Travel</title>
</head>
<body>
<h1>Falun, Wi</h1>
<p>Introducing Bigly Travel!</p>
<h2>Packages</h2>
<p>Vacation Travel Business</p>
<ul>
<li><a>Group Travels</a>Quiet</li>
<li><a>Private Tours</a>Healthy</li>
</ul>
<h2>Top Itineraries</h2>
<ol>
<li><figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="North West"/></a><figcaption>North</figcaption></figure></li>
<li><figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="North"/></a><figcaption>NorthWest</figcapture></figure></li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="North East"/>
</a>
<figcaption>NorthEast</figcapture>
</figure>
</li>
</ol>
</body>
</html>
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Build a Travel Agency Page - Build a Travel Agency Page