Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

my title looks correct to me but the instructions says its incorrect and my h2 is always incorrect and i dont see any faults

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
   <meta charset="utf-8"
   <title>Discover South Africa</title>
   <meta name="description" content="The wonders of the country in Africa, South Africa">
  </head>
  <body>
  <h1>Discover South Africa</h1>
  <p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring South Africa</p> 
  <h2>Packages</h2>
  <p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover South Africas lesser-known sides.</p>
  <ul>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</li></a>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</li></a>
  </ul>
  <h2>Top Itineraries</h2> 
    <figure>
      <a href="https://www.freecodecamp.org/learn"target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="a picture of a collseum"></a>
      <figcaption>Rome and Center Italy</figcaption>
    </figure>
     <figure>
      <a href="https://www.freecodecamp.org/learn"target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="A Nature Picture"><a/>
      <figcaption>Nature and National Parks</figcaption>
     </figure>
     <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="A picture od the sea"></a>
<figcaption>Nice seas</figcaption>
</figure>
 </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Look at the code you’ve posted here. It’s color coded to identify tags.

Opening and closing tags are in orange. Does something look off in the title?

I see what it is, I keep messing up the same thing :sweat_smile: but unsure of the protocol is for responding to these things.

Pk left you a very good clue though!

1 Like

As long as you aren’t directly giving the solution code, any advice is fine.

You can also refer to this article" https://www.freecodecamp.org/news/how-to-help-someone-with-their-code-using-the-socratic-method/

1 Like