previous | start | next

OBJECT

<OBJECT
ALIGN=LEFT|TEXTTOP|MIDDLE|TEXTMIDDLE| BASELINE|TEXTBOTTOM|CENTER|RIGHT
BORDER=n
CLASSID=url
CODEBASE=url
CODETYPE=codetype
DATA=url
DECLARE
HEIGHT=n
HSPACE=n
NAME=url
NOTAB
SHAPES
STANDBY=message
TABINDEX=n
TITLE=text
TYPE=type
USEMAP=url
VSPACE=n
WIDTH=n>
</OBJECT>

Inserts an object, such as an image, document, applet, or control, into the HTML document. An object can contain any elements ordinarily used within the body of an HTML document, including section headings, paragraphs, lists, forms, and nested objects.

The end-tag is required.

ALIGN=LEFT|TEXTTOP|MIDDLE|TEXTMIDDLE|BASELINE|TEXTBOTTOM|CENTER|RIGHT
Sets the alignment for text surrounding the object. The default is LEFT.
LEFT The object is drawn as a left-flush "floating object," and text flows around it.
TEXTTOP Surrounding text is aligned with the top of the object.
MIDDLE The object is drawn as a middle-centered "floating object," and text flows around it.
TEXTMIDDLE Surrounding text is aligned with the middle of the object.
BASELINE The object is drawn with its bottom aligned with the baseline of the continuous text.
TEXTBOTTOM Surrounding text is aligned with the bottom of the object.
CENTER Surrounding text is aligned with the center of the object.
RIGHT The object is drawn as a right-flush "floating object," and text flows around it.
BORDER=n
Specifies the width of the border if the object is defined to be a hyperlink.
CLASSID=url
Identifies the object implementation. The syntax of the url depends on the object type. For example, the syntax is CLSID:class-identifier for registered ActiveX controls.
CODEBASE=url
Identifies the code base for the object. The syntax of the url depends on the object.
CODETYPE=codetype
Specifies the Internet media type for code.
DATA=url
Identifies data for the object. The syntax of the url depends on the object.
DECLARE
Declares the object without instantiating it. Use this when creating cross-references to the object later in the document or when using the object as a parameter in another object.
HEIGHT=n
Specifies the suggested height for the object.
HSPACE=n
Specifies the horizontal gutter. This is the extra, empty space between the object and any text or images to the left or right of the object.
NAME=url
Sets the name of the object when submitted as part of a form.
NOTAB
Excludes the object from the tabbing order.
SHAPES
Specifies that the object has shaped hyperlinks.
STANDBY=message
Sets the message to show while loading the object.
TABINDEX=n
Sets the position of the object in the tabbing order.
TITLE=text
Sets an advisory title.
TYPE=type
Specifies the Internet media type for data.
USEMAP=url
Specifies the image map to use with the object.
VSPACE=n
Specifies the vertical gutter. This is the extra, empty space between the object and any text or images above or below the object.
WIDTH=n
Specifies the suggested width for the object.


previous | start | next