Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

My lists are getting through i dont know if my code is wrong or what and the language to eng is not getting through i dont know why

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
<meta charset="UTF-8">
<meta name="description" content="traveling with Hadebe">
<title> Travelling agency</title>
</head>
<h1>
<p>Traveling Opportunities</p>
<h2>Packages</h2>
<p>These below are the different types of packages:</p>
<ul>
<a href="https://www.freecodecamp.org/learn" target="_blank"></a> <li>Group travels</li>
<a href="https://www.freecodecamp.org/learn" target="_blank"> <li>Private Tours</> </a>
<h2>Top Itineraries</h2>
<figure>


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.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

Please review this lecture about the importance of using an HTML boilerplate:

Understanding the HTML Boilerplate - What Is an HTML Boilerplate, and Why Is It Important? | Learn | freeCodeCamp.org

Also, remember that most HTML elements include both an opening tag and a closing tag. Review your code to see where it does not honor that convention.

And you can always use an HTML validator, like this one, until you’re more comfortable with the syntax:

Just copy/paste your code and fix/check until it says it’s okay.

+1 to previous answer. Make sure you have proper closing tags. Also look at how you defined list, do you want the links to present as a list if so should tags be inside

  • or other way around?