Can't see what i did wrong

can’ see what is wrong with

           <li>Group Travels</li>
    
              <a herf="https://www.freecodecamp.org/learn" target="-blank"</a>
    
           <li>Private Tours</li>
    
              <a herf="https://www.freecodecamp.org/learn" target="\_blank"</a></li>
    
        </ul>
    
<meta name="description" content="travel by boat down the Ohio River">

<meta charset="UTF-8">

<title>Ohio River Cruses</title>
  <h1>Tavel from Pittsburge Pa too  New Orleans, Alabama</h1>

  <p>The river boat stops at many historic sites</p>

  <h2>Packages</h2>

  <p>two popular packages</p>

    <ul>

       <li>Group Travels</li>

          <a herf="https://www.freecodecamp.org/learn" target="-blank"</a>

       <li>Private Tours</li>

          <a herf="https://www.freecodecamp.org/learn" target="\_blank"</a></li>

    </ul>

  <h2>Top Itineraries</h2>

everything shows up on the console

These are incorrect values for the target attribute.

The dosn’’t close the is red

dosn’t close it stays bright red

The shows in the console but the attribute dose not

To pass the tests, your HTML must be correct.

You also have a misspelled attribute and a missing closing bracket in the opening tag of your a element.

I am stuck on getting the anchor to wrap the text how to do that

Text goes between the opening tag and closing tag of your a element.

can you show me an example of how that should look

Can you please link to the url of the challenge you are doing.

Build a travel agency page

<a href="..." target="...">Your text goes here</a>

the color in the editor does not mean that the code is right or wrong, the colors highlight different parts of syntax

i think it should be like this the target=”-blank” :right_arrow::cross_mark: it should be target=”_blank” :+1:

Mod Edit: SOLUTION REMOVED

Please do not write solution code for people. Thanks

look at the spelling in the attribute

1 Like

Double check the spelling on the attributes of your anchor tags.