A Complete Guide to Web Design

(やまだぃちぅ) #1
152 Chapter 9 – Adding Images and Other Page Elements

Summary of Object Placement Tags


Web Design in a Nutshell, eMatter Edition

loop=number|infinite
Specifies the number of loops as a number value or infinite.
scrollamount=number
Sets the number of pixels to move the text for each scroll movement.
scrolldelay=number
Specifies the delay, in milliseconds, between successive movements of the
marquee text.
vspace=number
Holds a number of pixels space clear above and below the marquee.
width=number
Specifies the width in pixels of the marquee.

<noembed> NN: 2, 3, 4 -MSIE: 2, 3, 4, 5- HTML 4- WebTV - Opera3
<noembed>...</noembed>

The text or object specified by<noembed>will appear when an embedded object
cannot be displayed (e.g., when the appropriate plug-in is not available). This tag
is placed within the<embed> container tags.

<noscript> NN:2, 3, 4 - MSIE:2, 3, 4, 5 - HTML 4 - WebTV - Opera3
<noscript>...</noscript>

Provides alternate content for when the script is not executed (either because the
browser does not recognize the<script>tag, or because it has been configured
not to run scripts).

<object> NN: 2, 3, 4 - MSIE: 2, 3, 4, 5 - HTML 4 -WebTV- Opera3
<object>...</object>

Places an object (such as an applet, media file, etc.) on a web page. It is similar to
the<embed>tag. The <object>tag often contains information for retrieving
ActiveX controls that Internet Explorer on Windows uses to display the object.
Attributes
align=baseline|center|left|middle|right|textbottom|
textmiddle|texttop
Aligns object with respect to surrounding text.
border=number
Sets the width of the border in pixels if the object is a link.
classid=url
Identifies the class identifier of the object. The syntax depends on the object
type.
codebase=url
Identifies the URL of the object’s codebase. Syntax depends on the object.
Free download pdf