Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i am geting error in the 31 32 steps pls check it now

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description"content="Explore the best travel agency with best package">
    <title>Travel Agency Page</title>
    </head>
    <body>
      <h1>Nice Travel Agency</h1>
      <p> best agency of traveling to travel any where with safe and good package of travel agency</p>
      <h2>Packages</h2>
      <p>we are provide you nice package as you all want to go we offer some package in session time we provide free first aid kit inchase of something happen during travelling time</p>
      <ul>
        <li><a href="https://r.search.yahoo.com/_ylt=AwrKFWnOlmtoXakaRQnnHgx.;_ylu=Y29sbwMEcG9zAzEEdnRpZAMEc2VjA3Ny/RV=2/RE=1751910222/RO=10/RU=https%3a%2f%2fwww.grouplinktravel.com.au%2f/RK=2/RS=VObtFEvCGYC2m7ywwXIgGi5Hzqo-">Group Travels</a></li>
          <li><a href="http://example.com/private">Private Tours</a></li>
          </ul>
          <h2>Top Itineraries</h2>
          <section id="example">
          <figure>
            <a href="https://www.example.com">
            <img src="https://example.com/image.jpg" alt="A beautiful travel agency">
            </a>
            <figcaption>Explore the mountain</figcaption>
            </figure>
            <figure>
              <a href="https://example.destination">
              <img src="https://example.com/image.jpg" alt="Beach of mountain">
              </a>
              <figcaption>Relax at the beach</figcaption>
              </figure>
              <figure>
                <a href="https://example.com/destination2">
                <img src="https://example.com/image2.jpg" alt="Mountain View">
                </a>
                <figcaption>Explore the mountain</figcapion>
                </figure>
                </section>
            <a
             href="https://www.freecodecamp.org/learn" target="_blank">nice travel agency</a>
            </body>
            </html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

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

what are tests 31 and 32 about?

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