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