Build a Travel Agence Page -

<meta charset="UTF-8">

<meta name="description" content="travel agence">

<title>Travel Agence Page</title>

</head>

  <body>

    <h1>

      GUO Traveling Agence 

    </h1>

    <p>

    Wlecome To Guo Company 

    </p>

    <h2>Packages</h2>

    <p>Abuja: 2k </br>

      Nasawara:3k</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/sea.jpg" alt="samtech">

       </a>

         <figcaption>

           Come Travo

           </figcaption>

       </figure>

       <figure>

         <a href="https://www.freecodecamp.org/learn" target="\_blank">

         <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="samtech">

         </a>

         <figcaption>

         Its Going To Be Fun 

         </figcaption>

       </figure>

       <figure>

         <a href="https://www.freecodecamp.org/learn" target="\_blank">

         <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="samtech">

           </a>

      

         <figcaption>

           See you next time

           

        

           </figcaption>

       </figure>

           

  </body>

hello @obi948328 welcome to the forum!

can you please post the link to the challenge?

Also in the future, if you need help regarding one of the challenges, please try to use the Help button (image) located at the bottom of the page in that challenge.

The "Create a help post on the forum” button will create a post and attach all of your code and a link to the challenge automatically for you. You can still edit the post to explain your issue in your own words, so we can help you better.

Okay i found the link to this challenge.

some of your code seems to be missing – like the <html> tag and DOCTYPE declaration at the top of the page. If you don’t have these currently, you should add them, however, if you have them already, there are still some minor issues.

the target attribute in all of the links tags(<a>) should be set to "_blank”. And the href attribute in this one has an extra full-stop(.) in the end which you should remove.