You can create a footer in HTML by using the `
Here is a simple example of a footer:
```
My Website
Welcome to My Website!
```
In this example, the `` tag is used at the end of the webpage to provide copyright information. The `` tag within the footer is used to create a paragraph of text.
Remember to close the `` tag after entering the contents. In this example, `` is the closing tag.
A footer typically goes at the end of your `
` section because it is supposed to show up at the bottom of your page, after all the main content. However, it’s also possible to use footers within individual sections of a page.