Filter (Advanced Search)
Downloads
0
Views
218
Video

Video is not available... Embedded is previous playlist.

Details

The <footer> element defines a footer for a document or section.

<footer> element typically contains:

  • authorship information
  • copyright information
  • contact information
  • sitemap
  • back to top links
  • related documents

You can have several <footer> elements in one document.

Example


<!DOCTYPE html>
<html>
<body>

<footer>
  <p>Author: GSSS KHOKHAR</p>
  <p><a href="mailto:gss.khokhar.mks@punjabeducation.gov.in">gss.khokhar.mks@punjabeducation.gov.in</a></p>
</footer>

</body>
</html>



Ad