Is there anything wrong with this (a) element?

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

Where’s your code? Please put here then we can answer.

1 Like

this is my code

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

A good question has three parts

  1. the part where you share your code

  2. the part where you post a link to the challenge

  3. the part where you describe what specific help you would like

1 Like

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

You need the closing tag for the “a” element

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

OH Okayyy. thank you so much for quick reply.

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

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