Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i fulfilled the 1st part of objective 9 by writing the two list items in an unordered list element but now, i don’t know what to write now that it’s asking me to enclose the text of each list item within an anchor element. I don’t know how to fathom the next step in writing an anchor element. Please can you help me out with this. Thanks.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Page</title>
    <meta name="viewport" content="width=device-width, initial-scaling=1.0">
    <meta name="description" content="Your most reliable travel agency with smooth bookings and warmest welcomes and unforgettable fun tourist experiences if you're up for it.">
</head>
<body>
  <h1>Explore the reputed Silicon Valley. And don't stop there, explore the Big Apple!</h1>
  <p>While in Silicon Valley, explore technological and innovation landmarks like the Computer History Musuem, The Tech Interactive, NASA Ames Visitor Center, and the HP Garage, as well as nature and outdoor escapes like Rancho San Antonio Preserve, Castle Rock State Park, and Alum Rock Park.
    And when in the Big Apple, experience iconic attractions like the Statue of Liberty, the Ellis Island, and the Big Apple Greeter as well as entertainment and art like Broadway, and the Metropolitan Museum of Art while taking part of the popular walks along the New York Times Square, Central Park, and the Brooklyn Bridge.</p>
    <h2>Packages</h2>
    <p>With the most reliable travel agency at your beck and call, get ready to have us satisfy your tourist cravings with the array of services we offer from our 'take-me-to-the-past' sessions, to our public walkthroughs and anticipated excursions.</p>
    <ul>
      <li>Group Travels</li>
      <li>Private Tours</li>
    </ul>
</body>
</html>

Your browser information:

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hi @Deji,

<a href="https://www.freecodecamp.org">click here to go to freeCodeCamp.org</a>

This example of an anchor element was introduced in Step 11 of “Build a Cat Photo App”:

Build a Cat Photo App: Step 11 | freeCodeCamp.org

Happy coding!

thanks dhess, but does this particular anchor link’https://www.freecodecamp.org’ you just sent link to the ‘group travels’ or ‘private tour’ in the travel agency webpage i’m building? won’t it link to the freecodecamp website? please do you get what i mean

That’s just the example from Step 11 in the Cat Photo App. For this challenge, you should use the URL provided in User Story #13.

realized now. thank you very much dhess. really appreciate

can someone please help me with number 31 and 32

hi @Thandazile , please create your own topic to ask your questions

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.