Anchor attribute broken, help?

<a href="#footer">Jump to Bottom</a>

<footer id="footer">Copyright Cat Photo App</footer>

idk what i’m doing wrong, help?!

Generally, you’ll want an element inside of the footer element.

Other than that, your actual footer element is fine.

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.

If entering single lines then each line has to be formatted

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 (’).

I’ve entered each of the lines you have and the tests pass.

What does the failing error message say?

You may have inadvertently changed something else which is why the test fails. We can only guess since all of the code hasn’t been included.
Try resetting the lesson and doing it again.

In the future,

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

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