Tell us what’s happening:
It says my second p element is empty but there it isn’t empty and shows on the preview.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TTSL Travel Agency Page</title>
<meta name="description" content="Discover different countries and explore new places! Using our website find the right plan and trips for you!">
</head>
<body>
<h1>Destinations</h1>
<p>Here we strive to get you the best possible destinations with amazing packages giving a fabulous experience for all ages!
<ul>
<li>Rome</li>
<li>Paris</li>
<li>Bangkok</li>
<li>Seoul</li>
<li>London</li>
</ul>
</p>
<h2>Packages</h2>
<p>Group travel is where you travel with other people. Private is solely your group to go around with. </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/colosseo.jpg" alt="Colosseum">
</a>
<figcaption>Rome</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://unsplash.com/s/photos/eiffel-tower" alt="Eiffel Tower">
</a>
<figcaption>Paris</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://www.kanpai.fr/tokyo" alt="tokyo-city">
</a>
<figcaption>Tokyo</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/149.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page