Footers appear at the bottom of websites and provide information like copyright, links, or contact details. A well-designed footer adds professionalism.
<footer> <p>© 2026 Yasir Web Developer</p> </footer>
footer {
background-color: #111;
color: white;
text-align: center;
padding: 15px;
margin-top: 20px;
}
You can include navigation links in footer:
Footers are consistent across pages and improve user experience and website trustworthiness.