HTML DOM Address Object
Address Object
The Address object represents an HTML <address> element.
Access an Address Object
You can access an <address> element by using getElementById():
Create an Address Object
You can create an <address> element by using the document.createElement() method:
Standard Properties and Events
The Address object supports the standard properties and events.
Related Pages
HTML reference: HTML <address> tag