<BGSOUND>
The <BGSOUND> Tag is used to add sound to your page.
Supported formats include Waveform (.wav), Midi (.mid), Next/Sun (.au), and
other types of sound files. There are 3 commands, SRC, DELAY (in seconds),
and LOOP (-1 is infinite).
<bgsound src="cometoge.mid"
loop="-1">
<bgsound src="dj.wav"
delay="10">
The same effect can be achieved for Netscape users using the
<EMBED> Tag. If
you'd like both IE and Netscape users to hear a background sound, use
both Tags.
|