Hello, I have read all the comments on how to add the id attribute to the footer tag I am still stuck. Does anyone have any advice for me? Thanks in advance!
See screen shot below
Hello, I have read all the comments on how to add the id attribute to the footer tag I am still stuck. Does anyone have any advice for me? Thanks in advance!
See screen shot below
id="footer
should be within <footer>
. All the attributes are written within the opening tag.
My apologies, I was on my cell phone while commuting .
What I meant to say is, is this how I should write it
I wrote is along with my previous reply. I don’t know what happen. Here is a screen shot of what I said.
Thanks for your patience
Hello,
I am a newbie as well, but I believe this is how I set it up.
<footer id="footer">jump to the bottom</footer>
I hope that helps.