HTML <object> element
<object type="audio" data="file/Ring.mp3"></object>
The object tag sometimes not running well in browsers other than IE.
Attributes of <object> tag:
| Attribute | Description |
| 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 |