Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

number 3 and number 9 can not pass,please help me

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>

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

Hi,

The head and body elements need a closing tag, don’t they?

also tjere is nothng inside the html element

i have already to put the HEAD closing tag,and didn’t happen

I meant thehtmlclosing tag. You’ve added it, but in the wrong place.

Tell us what’s happening:

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

where does the unordered list end?

you don’t see my code ,i told you my code can not pass because the head element opening closing tag didn’t working

thanks mate for your advice

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.

I have merged your two topics on the Travel Agency Page challenge, please do not create multiple topics for the same challenge