Tell us what’s happening:
I cannot for the life of me get “12. Your first p element should introduce the travel opportunities” to complete, I have tried various different paragraphs, even tried stealing the one used in the example, no luck. Saw a forum on github with someone pointing out, and saying leaving it as
would pass it, but that hasn’t worked eitherYour code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travel Agency Page</title>
</head>
<body>
<main>
<h1>Explore Coruscant</h1
<p>Discover Coruscant with us, with travel opportunities around every corner, with limitless things to experience.</p>
<h2>Packages</h2>
<p>Whether you want to book a solo journey to our great planet, or arrive in style aboard our S class frigate star cruiser, we have a plethora of excursions, guided tours, and maybe a few hidden suprises we can't wait for you to experience</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://lumiere-a.akamaihd.net/v1/images/jedi-temple-main_33841479.jpeg?region=336%2C136%2C1185%2C668 alt="Jedi Temple">
</a>
<figcaption>Jedi Temple</figcaption>
</figure>
<figure>
<a href ="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://64.media.tumblr.com/97af42654c7d386d3f826aa0215a829b/tumblr_inline_ot0pgictnQ1ueftr3_1280.jpg" alt="Senate Chamber">
</a>
<figcaption>Senate Chamber</figcaption>
</figure>
<figure>
<a href ="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://static.wikia.nocookie.net/starwars/images/5/56/Underlevelscene.jpg/revision/latest?cb=20060712233456" alt="Uscru Entertainment District">
</a>
<figcaption>Uscru Entertainment District</figcaption>
</figure>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page