HTML DOM Footer Object
Footer Object
The Footer object represents an HTML <footer> element.
Note: The <footer> element is not supported in Internet Explorer 8 and earlier versions.
Access a Footer Object
You can access a <footer> element by using getElementById():
Create a Footer Object
You can create a <footer> element by using the document.createElement() method:
Standard Properties and Events
The Footer object also supports the standard properties and events.
Related Pages
HTML tutorial: HTML5 Semantic Elements
HTML reference: HTML <footer> tag
JavaScript reference: HTML DOM Header Object