Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

One meta element should have a name attribute with value of description and a non-empty content attribute. i have done everything within my power

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head><title> Travel Agency Page <alt ="we fly"> 
    <meta charset="utf-8">
    <meta name="discription"content="we tarvel so much all around the world">
     </title></head>
  <body>
  <h1> we traveling to uk</h1>
  <p> travell save with us. </p>
  <h2> Packages </h2>
  <p> we offer 1st class and regular</p>
  <ul><li><a href="https://www.freecodecamp.org/learn" target="_blank"> Group Travels</li><li><a href="https://www.freecodecamp.org/learn"target="_blank"> Private Tours</li></ul></a>
  <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="lovely Home">
  </a>
  <figcaption>The right place to be.</figcaption>
</figure>

<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="that lighting sturm">
  </a>
  <figcaption>View: That view of love.</figcaption>
</figure>

<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Ocean waves">
  </a>
  <figcaption>Calm and power: Ocean waves crashing ashore.</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/138.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum @mustyimage

  1. One meta element should have a name attribute with value of description and a non-empty content attribute.

The meta element is nested in the title element, so this requirement is not currently met.

Make sure you have the correct values for the attributes, as a typo will be considered incorrect. Also, separate attributes with a space.

Happy coding

1 Like

thanks so much it a spelling error
can i comunicate with you after now please

when you need help, you can create a post on the forum, so you can rely on many people instead of one person only