HTML DOMDD Object
DD Object
The DD object represents an HTML <dd> element.
Access a DD Object
You can access a <dd> element by using getElementById():
Create a DD Object
You can create a <dd> element by using the document.createElement() method:
Standard Properties and Events
The DD object also supports the standardproperties andevents.
Related Pages
HTML reference:HTML <dd> tag

