7.1: Footer HTML

Open index.html and add one last small portion of code. Just like in the <header>, there are special <footer> tags we can use.

<footer>
  <p>&copy; 2018 John Smith</p>
</footer>
Footer
Footer Result

Next Section

Finish this project by adding a little styling to our footer. Go to 7.2: Footer CSS.

Last updated