back

Object

Tag: <object>

The object tag is used to embed multimedia into a webpage.
The width and height attributes are used to define the size.
The data attribute specifies the URL for the object.

It is closed with the closing tag </object>

Example