I’ve edited your post for readability. When you enter a code block into the forum, precede it with a line of three backticks and follow it with a line of three backticks to make easier to read. See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.
Yes, that looks alright for the link. You’ve given it a target, but that target doesn’t exist yet. It’s looking for an id named footer but nothing with that id exists. Somewhere near the bottom you probably have something like:
<footer>Copyright Cat Photo App</footer>
That is a footer element, but it needs an id. For example, if you wanted a div to have an id of “banana”, I would go:
This is one of the combos I tried. My reasoning is that “Jump to Bottom” is in the Main text area, not an h2. However, the result was that I had another line the said “Jump to Bottom”. That seems to be in line with the example that was given in the exercise.
I guess I am not understanding the “how to” instructions.
Don’t I have to put “main” since that is where the Jump to Text link is located?