Learn Basic HTML and HTML5

Hi.
I am learning basic coding for the very first time ever in 40 years and it was fun until I got stuck at the practice question for creating internal links.
I just cannot figure out where Im going wrong

My code:

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

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

The problem highlighted: There should be only one footer tag on your page.

What I can see is that I have another Copyright Cat Photo App statement just under the Jump to Bottom instead of linking to the statement in the footer.

I know it must be a simple issue for most, but I have tried several combinations.

Kind Regards,

can you please post your whole code and a 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 (’).

Thanks for the response and for editting the code. Link below

Thanks, figured it. Not quite but got past that stage somehow.