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
