HTML <object> element


<object> tag defines an embedded object, which can be audio, video, picture, flash or java applet.

<object type="audio" data="file/Ring.mp3"></object>



The object tag sometimes not running well in browsers other than IE.

Attributes of <object> tag:
AttributeDescription
data URL of the object
type MIME type of the data
height height of the object
width width of the object
name name of the object
form form associated with