Html footer tag

I have no idea what “The footer tag should have an id attribute set to “footer”” is supposed to look like?

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

In the code there is an html tag for a footer element.
Just like a h2 tag looks like this:

<h2 ....> ....</h2>

and a p tag looks like this:

<p ...> ... </p>

a footer tag works the same way. You’ve added an id attribute to other tags before. It works exactly the same way for footer tags.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.