Hey I am jsut starting coding for the first time today and I am doing a beginner program.
These are my instructions:
Change your external link to an internal link by changing the href attribute to “#footer” and the text from “cat photos” to “Jump to Bottom”.
Remove the target="_blank" attribute from the anchor tag since this causes the linked document to open in a new window tab.
Then add an id attribute with a value of “footer” to the <footer> element at the bottom of the page.
And this is what I have:
I keep getting a message saying "The footer tag should have an id attribute set to “footer” However, I thought I already had that. I messed around trying to figure out what it is and can’t seem to figure it out. Help is greatly appreciated!
Thank you


