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