Back to the html tags list

HTML Tags - <object> Tag

Description

Definition

<object>

Where To Use The Tag

Example

Code Output
<object classid="clsid:XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" id="JavaClock" width="40" height="40"> Sorry, This object is not available at this moment.</object>


Notes

Attributes for the object tag

Attribute

Description

Value(s)

DOCTYPE

Strict DOCTYPE Attributes

Non-Strict DOCTYPE Attributes

Common attributes for the object tag

class, style, id, title, dir, xml:lang, lang, accesskey, tabindex

Details for Common html Attributes.

Javascript Event attributes for the object tag

onmousedown, onmouseup, onclick, ondblclick, onmouseover, onmouseout, onmousemove, onkeydown, onkeyup, onkeypress, onfocus, onblur

Details for Javascript Event Attributes.


Back to the html tags list