Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

please can someone go over my code and see where im going wrong i feel like i keep going backwards

Your code so far

<!doctype html>
<html lang="en">
  <html>
  <head>
    <meta charset="UTF-8">
    <meta name="description" 
  content="Travel Agency Page">
  <title> Alex Travel Agency</title>
  </head>
  <body>
  <h1>Paris, France 
  </h1>
  <p>
    
      Offering a wide range of travel opportunities:
       Booking flights,hotels,rental cars,arranging tours, cruises, and all-inclusive vacations
       
    </p>
  <h2>Packages</h2>
  <p> We have different options for those going as group or partner even just alone! we offer eiffel tower tours, versailles palace tours as well as notre dame tours and alot others.</p>
    <ul>
      <li><a href="Family-Friendly Packages
Theme Park Holiday  Tickets to major theme parks, family hotel suite, and shuttle service.
Beach Family Fun  Kid-friendly resort, kids club activities, and water sports.
Multi-Generational Cruise  Activities for all ages, child care services, and group dining tables"
    >Group Travels</a></li>
<li><a href="Romantic Packages
Honeymoon Paradise  Ocean-view suite, couples spa sessions, candlelit dinners.
Weekend Romance Escape  Boutique hotel, champagne on arrival, and city tour.
Destination Proposal Package  Private photographer, scenic spot setup, and surprise event planning.">Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure>
  <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Notre-Dame_de_Paris_2013-07-24.jpg/250px-Notre-Dame_de_Paris_2013-07-24.jpg" alt="notre dame"><a href="https://www.freecodecamp.org/learn" target="_blank"
</a>
<figcaption>Stunning Notre Dame</figcaption>
</figure>
<figure>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcStZG4hqhJSkFCv6jCoKdn66qqJ-vhqRbPWeg&s" alt="eiffel tower"><a href="https://www.freecodecamp.org/learn" target="_blank"
</a> 
<figcaption>Eiffel Tower after hours</figcaption>
</figure>
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Chateau_Versailles_Galerie_des_Glaces.jpg/330px-Chateau_Versailles_Galerie_des_Glaces.jpg" alt"versailles"><a href="https://www.freecodecamp.org/learn" target="_blank"
</a>
<figcaption>Beautiful Versailles Palace  </figcaption>
</figure>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

Here are some troubleshooting steps you can follow. Focus on one test at a time:

  1. Are there any errors or messages in the console?
  2. What is the requirement of the first failing test?
  3. Check the related User Story and ensure it’s followed precisely.
  4. What line of code implements this?

If this does not help you solve the problem, please reply with answers to these questions.

Hello @espinozaalexis13 ! Welcome to FCC Forum and Community!

You are doing very good!

Along with the excellent guidance provided in the previous post, you may find it helpful to use this Validation Tool.

It shows errors in our codes, and we can make adjustments and check again, a little at a time. That is how I work with my code.

Keep up the good progress. :slightly_smiling_face: