WE BELIEVE IN QUALITY SERVICE

<footer> Tag

The <footer> tag is also introduced in HTML5. It is used to define a footer for a section or a document. <footer> tag can contain copyright information, author of the document, privacy policy etc.

Example:

<footer>
<p> Published by: Tajul Islam </p>
<p> Mail: tajulkuet09@gmail.com </p>
</footer>

Run Example

Browser Support

Tag Firefox Chrome IE Opera Safari
<footer> 4.0 6.0 9.0 11.1 5.0