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