HTML: Object tag

The <object>…..</object> tag is used to embedded object within HTML document.

Ex: – audio, video, Java applets, ActiveX, PDF, and Flash etc.

<object> tag also used to embed another webpage into a HTML document.

The text between the <object> and </object> is an alternate text, for browsers that do not support this tag.

<param> tag is used to pass parameters to plugins that have been embedded with the <object> tag.

AttributeValueDescription
DataURLSpecifies the URL of the resource to be used by the object
TypeMedia typeSpecifies the media type of data specified in the data attribute
NameNameSpecifies a name for the object
HeightPixelsSpecifies the height of the object
WidthPixelsSpecifies the width of the object
Usemap#mapnameSpecifies the name of a client-side image map to be used with the object
FormForm_idSpecifies one or more forms the object belongs to
Tagged : / / /