Id help HTML how to ad id

the footer tag should have an id attribute set to footer.

@ronaldo123 An id attribute looks something like:

<div id="something">

Look for the beginning footer tag and add an id attribute.

thanks i will try that