Definition:
The bottom section of the webpage is to be made, then you can use the Footer Div.
You write class="footer" in the div element to show that this div is used for the bottom section of the webpage. This section is called the Footer Div.
Syntax:
<div class="footer">
Footer Content
</div>
Example:
<div class="footer">
<h1>Footer-section</h1>
</div>
Footer Div Layout Structure:
