Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I can’t really understand why the tests: 3,4,7,8,9 are negative

Your code so far

<!DOCTYPE html> 
<html lang="en">

<head title="Travel Agency Page">
  <meta charset="utf-8" title="Travel Agency Page">
  <meta name="description" content="A Travel Agency that allows you to book the best deals on no time, hotels, tours and any other commodities you may want to include. All on the same package.">
<body>
  <h1>Travel Destination 1,2,3,4</h1>
  <p>On this trip you will get so many opportunities to travel and know more  about the countries and their cultures</p>
  <h2>Packages</h2>
  <p>The first package is the basic package, starting to a point of X$ it offers the basics yet doesn't get short on commodities.The second one is the premium package, wich escaltes the price a little bit to XXX$ with this package you will get every commodities and field trips available, as well as some advantages within the ship.</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="The Maldives"></a>
<figcaption>IT 1</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="The Alps"></a>
<figcaption>IT 2 </figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="The Roma colosseo"></a>
<figcaption>IT 3</figcaption>
</figure>  



</body>
</head> 
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

Hi

Title is an element not an attribute:

Look at where the closing head tag should go. You have it in the wrong place.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.