OBJECT
The object element represents external content.
SYNTAX
HTML
<object attribute-name="attribute-value"></object>
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
data | URI | Address of the content |
form | IDREF | Identifies a form with which to associate the element |
height | non-negative integer | Vertical dimension |
name | browsing-context name | Valid browsing context name |
type | MIME type | MIME type of the content |
usemap | hash-name reference | Hash-name reference to a map element with which to associate the image |
width | non-negative integer | Horizontal dimension |