Home  »  HTML   »   object

The object was used to print external plugins in the browser. An object tag enables the embedding of third-party applets and media plugins. This tag is dead for modern browsers.

data

represents the URL of the resource that is used by the object.

  • URL
type

represents the type of the resource used.

  • media_type
typemustmatch

represents if the type and the content of the resource are matched.

  • none
name

represents the name of the object.

  • none
usemap

represents the image map to be used with the object.

  • #mapname
form

represents to which form the object element belongs.

  • form_id - id of the <form> element.

HTML object Example:

Edit Example