number 22 “you should have an h2 elements after your unordered list” ican not pass the code
Your code so far
<!DOCTYPE html>
<html lang= "en"></html>
<head>
<meta charset= "utf-8">
<meta name= "description" content= "creating felling of safe and giving good service".>
<title>Travel Agency Page</title>
</head>
<body>
<h1>travelling to singapore</h1>
<p>we usually give to many believes to passengers and great experience</p>
<h2>Packages</h2>
<p>our travel is having many packages,if you choosing some many packages like going to singapore maybe you can get free discount like 50% per flight</p>
<ul>
<li><a href= "https://www.freecodecamp.org/learn" target= "_blank">Group Travels</a></li>
<li><a href= "htpps://www.freecodecamp.org/learn" target= "_blank">Private Tours</a></li>
<h2>Top Itineraries</h2>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page
I can see your code. If you pay a closer look, you’re code is missing the closing for the body element. You have the closing tag for the head element, which is good.
You also need to make sure, that your html closing tag is in the right place.
Take it step by step and don’t rush it. I hope this helps.