Horje

Example of HTML <footer> Element

A footer section in a document:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<footer>
  <p>Author: Hege Refsnes</p>
  <p><a href="mailto:[email protected]">[email protected]</a></p>
</footer>

</body>
</html>

Output should be:

Example of HTML <footer> Element




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