Summary of Object Placement Tags 147
ObjectsImages &
Summary of Object Placement Tags
Web Design in a Nutshell, eMatter Edition
height=number
Height of the applet window in pixels.
hspace=number
Holdsn pixels space clear to the left and right of the applet window.
name=text
Names the applet for reference elsewhere on the page.
vspace=number
Holdsn pixels space clear above and below the applet window.
width=number
Width of the applet window in pixels.
NN: 2, 3, 4- MSIE: 2, 3, 4, 5 -HTML 4- WebTV- Opera3
Plays an audio file automatically in the background when the document loads in
the browser. This tag is discussed in Chapter 19,Audio on the Web.
Attributes
src=url
This mandatory attribute provides the URL of the audio file to be down-
loaded and played.
loop=number|infinite
Sets the number of times the sound file should play. The value can be a
number or set toinfinite.