Footer

The footer element is used to identify the footer of a page. It usually contains the copyright information or navigational elements.

Before - Replace this code
</main>

  <p>&copy; She Codes Australia.</p>
After - Updated code
</main>
<footer>
  <p>&copy; She Codes Australia.</p>
</footer>
Test

The footer will have a peach background.

Here’s our completed page:

Screenshot of webpage. Screenshot of webpage.