HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

object

Description

The object element for HTML represents external content.

Syntax

HTML

<object attribute-name="attribute-value"></object>

Attributes

Global

NameValueDescription
dataURIAddress of the content
formIDREFIdentifies a form with which to associate the element
heightnon-negative integerVertical dimension
namebrowsing-context nameValid browsing context name
typeMIME typeMIME type of the content
usemaphash-name referenceHash-name reference to a map element with which to associate the image
widthnon-negative integerHorizontal dimension

Examples

1 · data

2 · form

3 · height

4 · name

5 · type

6 · usemap

7 · width