XHTML Reference
Sound and Motion
The following tags are used to attach other objects to your page. These objects may include sound files, video files, Java applets, and any other non-text non-image items that you want attached to your page.
- <object> </object>
defines the object to be attached to your page.The following optional attributes can be specified on the <object> tag:
- archive
- classid
- codebase
- codetype
- data
- declare="declare"
- height
- name
- standby
- tabindex
- type
- usemap
- width
- core
- international
- event
The following attributes are deprecated but can still be used with the transitional DOCTYPE
- align
- border
- hspace
- vspace
- <param />
specifies parameters for an object.The following optional attributes can be specified on the <param> tag:
- name
- type
- value
- valuetype
- id



