Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

any assistance I have been stuck on creating a travel agency page on the last two steps which is 29 and 30 this is what I have reached so far

www.sisutravel.co.za

Your code so far

<!DOCTYPE html>
<html lang="en"> 
<head>
<meta charset="UTF-8">
<title>Travel Agency Page</title>
</head>
<body> </body>
<h1>Travel Destinations </h1>
<p>Travel Opportuinties</p>
<h2>Packages</h2>
<p>Various Packages</p>
<ul>
  <li>Leisure<a>Group Travels</a></li>
  <li>Lifetime memory<a>Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
 <figure>  
 <a href="https://www.freecodecamp.org/learn" target="_blank"> <img src="http://www.sisutravel.com" alt="www.sisutravel.co.za"> </a> <figcaption></figcaption> </figure>

 
 
 
</html>

Your browser information:

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum @Sisu1

You need to include the href and target attribute in every anchor element.

Happy coding

1 Like

Also you have added all page elements outside of the body element.