Which HTML5 element is used to specify a footer for a document or section?
The HTML <footer> element represents a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data, or links to related documents.
Definition and Usage:-
The HTML <footer> tag defines a footer for a document or section.
An <footer> element typically contains the following properties:
You can have multiple <footer> elements in one document.
For example, a footer section in a document as follows:
<footer>
<p>SlightBook</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</footer>
Which element is no longer supported in HTML5?
Which element is no longer supported in HTML5?
In HTML5, onblur and onfocus are:
What is the correct HTML5 element for playing video files?
What is the correct HTML5 element for playing audio files?