Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I do not step 32 and 33.Cannot find problem with my blanks.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head> <meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="Discover the best parts of Australia through our tours."/>
</head>
<body>
<h1> Discover Australia </h1>
<p> Culture,art,food,nature,national history and more.Choose among our wide selection of guided tours and have an unforgettable experience exploring Australia. </p>
<h2> Packages </h2>
<p> We offer a large range of holiday activities.Discover Australia's most beautiful cities and hidden villages through our tours.</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> <img src=https://cdn.freecodecamp.org/curriculum/labs/alps.jpg alt= an image of nature> </a> <figcaption> Nature </figcaption> </figure>
<figure> <a> <img src=https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg alt =an image of the colosseum> </a> <figcaption> The Colosseum </figcaption>
<figure> <a> <img src=https://cdn.freecodecamp.org/curriculum/labs/sea.jpg alt =an image of the sea> </a> <figcaption> At sea </figcaption>
</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.6 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

Welcome to the forum @Miley_Stone

    1. Each a element should have an href attribute with the value of https://www.freecodecamp.org/learn. Don’t forget the links in the list items.
    1. Each a element should have a target attribute with the value of _blank. Don’t forget the links in the list items.

Try placing the attributes in these anchor elements:

Happy coding

1 Like