The OBJECT tag specifies an embedded object that be used to add multimedia data in your document.
align
Value(s) : left | right | top | bottom
This sets the alignment of text around an object.
archive
Value(s) : URL
THis is an archive of URLs that contain resources related to the object. The list of URLs is separated by spaces.
border
Value(s) : pixel
Defines the thickness of a border around an object in pixels.
classid
Value(s) : Class ID
This sets a Class ID that is used within the Windows Registry or URL.
codebase
Value(s) : URL
This sets the location of the code that is used by the object.
codetype
Value(s) : MIME type
The sets the mime type for the code referred to.
data
Value(s) : URL
Specifies the link to the object's data.
declare
Value(s) : declare
This specifies that the object should not be created until it's needed..
height
Value(s) : height
Defines the height of the object in pixel units.
hspace
Value(s) : pixel
This sets the amount of horizontal space between the object and the document content
name
Value(s) : unqiue name
This sets a unique name for the object.
standby
Value(s) : text
This will display text that you specify while the object is loading.
type
Value(s) : MIME type
The type attribute defines the MIME type of the data specified by the data attribute.
usemap
Value(s) : URL
This sets a link to a client-side image map that is used by the object.
vspace
Value(s) : pixel
This sets the amount of vertical spacing between the object and the document content.
width
Value(s) : pixel
This sets the width of the object in pixels.