Build a Travel Agency Page - Build a Travel Agency Page, I don't know why I keep failing the second p task and the ul under the second p task

Tell us what’s happening:
I don’t know why I keep failing the second p task and the ul under the second p task as well, I’ve tried and tried and am still stuck. Please I need help on it.

Louis ZUBI & Co Limited

About Lagos,Abuja and Delta State Nigeria

Welcome to Louis Zubi & Co limited, where your dream journeys are being brought to reality. We offer opportunities to places within Nigeria:

  1. Lagos
  2. Abuja
  3. Delta

Packages

Packages we offer are listed in the links below.

Top Itineraries

A neat sea view What a blue sea! What a pic! This background is beautiful. Nice shot! What a structure!

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
 <title>Louis ZUBI & Co Limited</title >
 <meta charset ="utf-8">
 <meta 
  name="description"
  content="Creating a travel agency page which makes it easier for traveling agencies to complete all required details">  
</head>
<body>
 <h1>About Lagos,Abuja and Delta State Nigeria</h1>
  <p>Welcome to Louis Zubi & Co limited, where your dream journeys are being brought to reality.
     We offer opportunities to places within Nigeria:
  <ol>
   <li>Lagos</li>
   <li>Abuja</li>
   <li>Delta</li>
  </ol>
  </p>
 <h2>Packages</h2>
  <p>Packages we offer are listed in the links below. 
  </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/sea.jpg" alt="A neat sea view">
  </a>
    <figcaption>What a blue sea!</figcaption>
  </figure>
  <figure>
   <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="What a pic!">
 </a>
     <figcaption>This background is beautiful.</figcaption>
  </figure>
  <figure>
   <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Nice shot!">
 </a>
   <figcaption>What a structure!</figcaption>
  </figure>
</body>
</html >

Your mobile information:

Infinix X6516 - Android 12 - Android SDK 31

Challenge: Build a Travel Agency Page - Build a Travel Agency Page

Link to the challenge:

where does your first p element end? (hint: you can’t have ol inside p, so it ends automatically)

1 Like

Thanks to you, the hint really helped me out. Much love​:100::100:.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.