Adding id attribute to a footer tag

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.

Ok So to be clear, this is what you mean.

Can you please explain what you are asking…it is not clear

My apologies, I was on my cell phone while commuting .

What I meant to say is, is this how I should write it

where have you written it?:sweat_smile: write it so I can verify

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

image

1 Like

Yep! that is correct:+1::slightly_smiling_face:

Ok, thanks so much!:grinning:

1 Like

ctrl+shift+c to write code,other wise it doesnt show properly or use this icon
v

Great! Thank you for the tip.

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.