<BGSOUND> Background Sound (Internet Explorer specific)

Description

This tag causes a sound capable web browser to start playing background sound or music. The SRC attribute denotes the URL of the sound file, which can be in WAV, AU, or MIDI format. The LOOP attribute denotes how many times the sound should be repeated. Set LOOP to INFINITE if you want the music to play on indefinitely.
Syntax
<BGSOUND SRC=URL of sound file [LOOP=number of loops]>