XHTML 1.1 Element ( Tag ) and Attribute Reference
XHTML 1.1 Reference Index > Object Module Index
The object element ( tag )
contents
object: valid parent and child elements
- valid parent elements
- a, abbr, acronym, address, b, bdo, big, button, caption, cite, code, dd, del, dfn, div, dt, em, fieldset, h1, h2, h3, h4, h5, h6, i, ins, kdb, label, legend, li, object, p, pre, q, samp, small, span, strong, sub, sup, td, th, tt, var
- valid child elements
- a, abbr, acronym, b, bdo, big, br, button, cite, code, del, dfn, em, i, img, input, ins, kdb, label, map, object, param, q, samp, script, select, small, span, strong, sub, sup, textarea, tt, var
object: valid attributes
- by attribute type
- Core: class, id, title
- Internationalization: dir, xml:lang
- Events: onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup
- Style: style
- Object: classid, codebase, codetype, data, type, archive, declare, standby, height, width, tabindex,
object: browser test
The following code sample:
<object data="example.htm" type="text/html" width="400" height="100">
alternative text
</object>
appears in your browser as: