Horje

How to create HTML <footer> Tag

A footer section in a document
index.html
Example: HTML
<footer>
  <p>Author: Hege Refsnes<br>
  <a href="mailto:[email protected]">[email protected]</a></p>
</footer>

Output should be:

How to create HTML <footer> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin