What am i missing here?

**Why is this internal link not working? **
(This is one of the very first lessons)

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

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

Can you link the exercise?

Hi @Crimpster,
You have to add id="footer" to the footer tag. You can remove the h2 tag after the footer tag from your code

have to remove


also give id to like: ..