A Complete Guide to Web Design

(やまだぃちぅ) #1
Summary of Object Placement Tags 153

ObjectsImages &

Summary of Object Placement Tags

Web Design in a Nutshell, eMatter Edition

codetype=codetype
MSIE 3.0/4.0 and HTML 4.0 Spec only.Specifies the media type of the code.


data=url
Specifies the URL of the data used for the object. The syntax depends on the
object.


declare
MSIE 3.0 and HTML 4.0 Spec only. Declares an object without instantiating it.


height=number
Specifies the height of the object in pixels.


hspace=number
Holdsn pixels space clear to the left and right of the object.


name=text
Specifies the name of the object to be referenced by scripts on the page.


shapes
MSIE 3.0 and HTML 4.0 Spec only. Indicates that the object contains an
imagemap.


standby=message
MSIE 3.0 and HTML 4.0 Spec only.Specifies message to display during object
loading.


type=type
Specifies the media type for the data.


usemap=url
Specifies image map to use with the object.


vspace=number
Holdsn pixels space clear above and below the object.


width=number
Specifies the object width in pixels.


NN: 2, 3, 4 - MSIE:2, 3, 4, 5 - HTML 4 -WebTV- Opera3
...

Supplies a parameter within the or tag.


Attributes


name=text
Defines the name of the parameter.


value=text
Defines the value of the parameter.


valuetype=type
Internet Explorer only.Indicates the type of value:dataindicates that the
parameter’s value is data (default);refindicates that the parameter’s value is
a URL;objectindicates that the value is the URL of another object in the
document.


type=type
Internet Explorer only. Specifies the media type.