Which HTML5 tag would you use to define footer
Discover which HTML5 tag is used to define a footer, its purpose, and how to implement it in a webpage for better structure and SEO.
Discover which HTML5 tag is used to define a footer, its purpose, and how to implement it in a webpage for better structure and SEO.
To define footer we used footer tag <footer></footer>.
for example,
<footer>
<p>xyz@2025</p>
</footer>