Need fresh eyes to look over this basic footer issue for me!

Hi guys, Im playing around with the html tutorial and for some reason I cant move past this one part. Im not sure if it’s a user error or an actual glitch with the project?

They want you to add anchor tags to link you to the bottom of the page and their example is:
<-a href="#contacts-header">Contacts

<-h2 id=“contacts-header”>Contacts

This is my version with their specifications:
<-a href="#footer" Jump to Bottom

<-h2 id=“footer”>Copyright Cat Photo App

(ignore the dash marks infront)
Now the issue is it keeps telling me “The footer tag should have an id attribute set to “footer”.” which as far as Im aware, thats what I have? Ive tried taking out the inner footer tag and I get the same error message along with ironically “There should be only one footer tag on your page.” I re-add the inner footer tag and that second message goes away? I just want to progress so I can continue learning, but it wont let me get by.

Please let me know what I did or could do! Thanks a bunch

Can you post a link to the exercise and format your code please?

I believe

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

should work, did you try that? since I saw you have a <h2> tag on the footer id.