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