Https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/link-to-internal-sections-of-a-page-with-anchor-elements/

https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/link-to-internal-sections-of-a-page-with-anchor-elements/

How is an id attribute with a value of “footer” added to the element at the bottom of the page. Thanks in advance for any help. I am a complete newbie.

Like this:

<footer id="footer"> whatever is on the footer </footer>

woohoo thanks a lot for the help I appreciate it :slight_smile: