DList Object
The DList object represents an HTML <dl> element.
Access a DList Object
You can access a <dl> element by using getElementById():
Create a DList Object
You can create a <dl> element by using the document.createElement() method:
Standard Properties and Events
The Anchor object also supports the standard properties and events.
