In step 61 text in nested anchor

**
that asks paragraph in footer and anchor in paragraph with a text.
**

**

<footer>
        <p>
          <a href:"https://www.freecodecamp.org">Visit our website</a>
        </p>  
      </footer>

**

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

Challenge: Step 65

Link to the challenge:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

I see typo in your < a > tag.
hint: around href
Hope that helps

1 Like

Oh thank you! I got it :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.