Hi, I am currently stuck on Step 16 and 17 and I have no idea why to my knowledge I have done that already. Please help
16. Your second p element should introduce briefly the various packages.
17. You should have an unordered list element below your second p element.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="Travel worry free. Tranquil Travels ensure safe and timely arrival of your luggage at the most luxurious and affordale destinations. ">
</head>
<body>
<h1> <em>Tranquil Travels</em ></h1>
<p>At Tranquil Travels, we believe that every journey should be unforgettable. Whether you're dreaming of a relaxing beach escape, a cultural city tour, or an adventurous trek off the beaten path, our dedicated team is here to make it happen. With personalised service, insider knowledge, and a passion for travel, we craft experiences that go beyond the ordinary—so you can explore the world with confidence and ease.
<ol>
<div class="destination">
<li> <strong>Bali, Indonesia</strong>
<br>A tropical paradise with lush jungles, serene rice terraces, vibrant culture, and world-class beaches. Perfect for both relaxation and adventure.</br></li>
</div>
<br> <div class="destination">
<li><strong>Paris, France</strong>
<br> The City of Light charms with its romantic ambiance, iconic landmarks like the Eiffel Tower, exquisite cuisine, and art-rich museums.</br></li>
</div></br>
<div class="destination">
<li> <strong>Cape Town, South Africa</strong>
<br>A stunning coastal city with dramatic mountain views, wildlife safaris nearby, vibrant local markets, and golden beaches.</br></li>
</div>
<br> <div class="destination">
<li> <strong>Kyoto, Japan</strong>
<br>Step into Japan's timeless beauty with tranquil temples, cherry blossoms traditional tea houses, and ancient culture.</br></li>
</div></br>
<div class="destination">
<li><strong>Santorini, Greece</strong><br>Famous for its whitewashed buildings and blue-domed churches, this island offers breathtaking sunsets and crystal-clear waters.</br></li>
</div>
</ol> </p>
<section>
<h2><em>Packages</em></h2>
<p>We have the following package types available:</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>
<ol>
<li><strong>1. Explorer Package – Budget-Friendly 💸
</strong><br>Ideal For: Solo travelers, students, or backpackers
<br>Starting From: $599 per person</br></br>
<br>Includes:<br>
<ul>
<li>4 nights budget accommodation (hostels or guesthouses)</li>
<li>Daily breakfast</li>
<li>Group walking tours</li>
<li>Local transport passes</li>
<li>24/7 travel support</li>
</ul>
</br></li>
<br> <li><strong>2. Comfort Escape – Mid-Range Value 🧳
</strong><br>Ideal For: Couples, friends, small groups<br>
Starting From: $1,299 per person</br></br>
<br>Includes:</br>
<ul>
<li>6 nights in 3-star hotels</li>
<li>Daily breakfast & 2 dinners</li>
<li>Airport transfers</li>
<li>2 guided excursions or city tours</li>
<li>Travel insurance</li>
</ul>
</br></li> </br>
<br> <li><strong>3. Family Fun Package – Tailored for Families 👨👩👧👦
</strong><br>Ideal For: Families with kids<br>
Starting From: $3,499 (2 adults + 2 children)</br></br>
<br>Includes:</br>
<ul>
<li>7 nights in family-friendly hotels or resorts</li>
<li>All meals (kids menus available)</li>
<li>Airport pickup & drop-off</li>
<li>Theme park or kid-friendly excursions</li>
<li>Optional childcare services</li>
</ul>
</br></li>
</br>
<br>
<li><strong> Romantic Getaway – Couples & Honeymooners 💕
</strong><br>Ideal For: Newlyweds or couples looking for something special<br>Starting From: $2,299 per couple</br></br>
<br>Includes:</br>
<ul>
<li>5 nights in a luxury resort or private villa</li>
<li>Candlelight dinner & couple’s spa treatment</li>
<li>Sunset cruise or private tour</li>
<li>Champagne on arrival</li>
<li>Professional photo session</li>
</ul></li>
</br>
<br><li><strong> Elite Luxe Experience – High-End Luxury 🌟
</strong><br>Ideal For: VIP travelers, special occasions.<br>Starting From: $5,999 per person</br></br><br>Includes:</br>
<ul>
<li>7 nights in 5-star accommodations or overwater villas</li>
<li>Private airport transfers (limousine or helicopter options)</li>
<li>Customized private tours with local guides</li>
<li>All meals + fine dining experiences</li>
<li>Personal concierge & 24/7 support</li>
</ul></li></br>
</ol>
</p></br></p>
Hey,
Welcome to the community!
While posting, you can use ``` before and after your code so it can be readable for us. Or you can just select all your code blocks and Ctrl + e. It helps use reed the code and find the errors in it.
Good luck!
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
Great!
So it looks like there are some things to work with: br tags don’t need a closing tag.
You can’t use div as a child of ol element.
You’re missing the opening p tags for the last two closing p tags. Or maybe those closing tags are extra.
You’re also missing the closing body and html tags.
I suggest you try an html validator like https://validator.w3.org/. It will help you find and clean up the little errors from your code and maybe then your code will pass.
Good luck!
okay thanks so so much also do you know why its refusing to clear step 16 and 17?
16. Your second p element should introduce briefly the various packages.
17. You should have an unordered list element below your second p element.
Hi okay, i fixed the illegal nesting and put the whole code. Initially I only put up until were I thought the issue with step 16 and 17 were because i have really long image addresses. Please bear with me this is my first time debugging and i honestly can’t find an empty p tag or a reason why its not letting me pass and I’ve been at this for a week.
edit: i removed the image addresses because it’s to long
edit 2: I put this through a checker and it keeps giving an incomplete tag error because of the closing p tag under the greece destination but its opening tag is underneath the h1 tags to i am really confused
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="Travel worry free. Tranquil Travels ensure safe and timely arrival of your luggage at the most luxurious and affordale destinations. ">
</head>
<body>
<h1> <em>Tranquil Travels</em ></h1>
<p>At Tranquil Travels, we believe that every journey should be unforgettable. Whether you're dreaming of a relaxing beach escape, a cultural city tour, or an adventurous trek off the beaten path, our dedicated team is here to make it happen. With personalised service, insider knowledge, and a passion for travel, we craft experiences that go beyond the ordinary—so you can explore the world with confidence and ease.
<ol>
<li> <strong>Bali, Indonesia</strong>
A tropical paradise with lush jungles, serene rice terraces, vibrant culture, and world-class beaches. Perfect for both relaxation and adventure.</li>
<li><strong>Paris, France</strong>
The City of Light charms with its romantic ambiance, iconic landmarks like the Eiffel Tower, exquisite cuisine, and art-rich museums.</li>
<li> <strong>Cape Town, South Africa</strong>
A stunning coastal city with dramatic mountain views, wildlife safaris nearby, vibrant local markets, and golden beaches.</li>
<li> <strong>Kyoto, Japan</strong>
Step into Japan's timeless beauty with tranquil temples, cherry blossoms traditional tea houses, and ancient culture.</li>
<li><strong>Santorini, Greece</strong>Famous for its whitewashed buildings and blue-domed churches, this island offers breathtaking sunsets and crystal-clear waters.</li>
</ol>
</p>
<section>
<h2><em>Packages</em></h2>
<p>We have the following package types available:</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>
<ol>
<li><strong>1. Explorer Package – Budget-Friendly 💸
</strong>Ideal For: Solo travelers, students, or backpackers
Starting From: $599 per person, Includes:
<ul>
<li>4 nights budget accommodation (hostels or guesthouses)</li>
<li>Daily breakfast</li>
<li>Group walking tours</li>
<li>Local transport passes</li>
<li>24/7 travel support</li>
</ul>
</li>
<li><strong>2. Comfort Escape – Mid-Range Value 🧳
</strong>Ideal For: Couples, friends, small groups<br>
Starting From: $1,299 per person, Includes:
<ul>
<li>6 nights in 3-star hotels</li>
<li>Daily breakfast & 2 dinners</li>
<li>Airport transfers</li>
<li>2 guided excursions or city tours</li>
<li>Travel insurance</li>
</ul>
</li>
<li><strong>3. Family Fun Package – Tailored for Families 👨👩👧👦
</strong>Ideal For: Families with kids<br>
Starting From: $3,499 (2 adults + 2 children)
Includes:
<ul>
<li>7 nights in family-friendly hotels or resorts</li>
<li>All meals (kids menus available)</li>
<li>Airport pickup & drop-off</li>
<li>Theme park or kid-friendly excursions</li>
<li>Optional childcare services</li>
</ul>
</li>
<li><strong> Romantic Getaway – Couples & Honeymooners 💕
</strong>Ideal For: Newlyweds or couples looking for something special<br>Starting From: $2,299 per couple, Includes:
<ul>
<li>5 nights in a luxury resort or private villa</li>
<li>Candlelight dinner & couple’s spa treatment</li>
<li>Sunset cruise or private tour</li>
<li>Champagne on arrival</li>
<li>Professional photo session</li>
</ul></li>
<li><strong> Elite Luxe Experience – High-End Luxury 🌟
</strong>Ideal For: VIP travelers, special occasions.<br>Starting From: $5,999 per person, Includes:
<ul>
<li>7 nights in 5-star accommodations or overwater villas</li>
<li>Private airport transfers (limousine or helicopter options)</li>
<li>Customized private tours with local guides</li>
<li>All meals + fine dining experiences</li>
<li>Personal concierge & 24/7 support</li>
</ul></li>
</ol>
<h2><em>Top Itineraries</em></h2>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="image address" alt="Zip-lining"></a>
<figcaption>Zip-Lining through the Jungles of Bali</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="image address" alt="People baking"></a>
<figcaption>Local Baking Fun</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="image address" alt="marketplace"></a>
<figcaption>Visiting Local Vendors at Markets</figcaption>
</figure>
</section>
</body>
</html>```