References

Collection of references for web development.

HTML footer tag

Description

The HTML <footer> element represents a footer for a document or section.

Example

<footer>
	<p>Copyright &copy; 2017 YourSiteName.com. All rights reserved.</p>
</footer>