Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

having some difficulties with the anchor and the steps are a little it confusing

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Page</title>
    <meta
    name="description"
    content="travel all over the world,aeroplane,cars ,buses,train"/>
    </head>
    <body>
      <h1>Top Itineraries</h1>
      <p>Maldives,America,Europe</p>
        <h2>Packages</h2>
        <p>familly package, couple package,single</p>
        <ul>
        <li>Group Travel</li>
        <li>Private Tours</li>
   </ul>
 <a href="https://www.freecodecamp.org/learn"><src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="">click here</a>
 <a  href="https://www.freecodecamp.org/learn"><src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt=""></a>
 <a  href="https://www.freecodecamp.org/learn"><src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt=""></a>
    </body>
  </html>

Your browser information:

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

what are you trying to add here? you can’t have an element without element name

Here are some troubleshooting steps you can follow. Focus on one test at a time:

  • What is the requirement of the first failing test?
  • Check the related User Story and ensure it’s followed precisely.
  • What line of code implements this?
  • Are there any errors or messages in the console?

You could also test your code with an html validator: Ready to check - Nu Html Checker

If this does not help you solve the problem, please reply with answers to these questions.

  1. List item

tryna add a target attribute with the value of _blank

please try to answer the questions

i think i misplace the steps
sorry

maybe not only am going back to my lectures thanks