how to use the footer tag in HTML
Syntax
Syntax of HTML <dialog> tag
<footer>......text ...... </footer>
<footer>......text ...... </footer>
how to use the footer tag in HTML
Example
<!DOCTYPE html>
<html>
<head>
</head>
<body>
https://webdesigningtheory.blogspot.com </h2>
<ul>
<li>HTML</li>
</ul>
<footer>
<a href="https://webdesigningtheory.blogspot.com">
copyright 2021 All Rights Reserved </a>
</footer>
</body>
</html>
how to use the footer tag in HTML
Explain Program
Step 1]
<!DOCTYPE html>
- This declare the document type.
- browser that the document is written in html
