SOUND
To set a background sound for a webpage use:
<BGSOUND SRC="music.au" LOOP=1>
This tag will play "music.au" once. If we wanted to play a midi file or wav file we would use "music.midi", "music.wav" respectively. LOOP indicates how many times to play the sound.
Your sound files, like your image files, should be in the same folder, location or path - - where your html file resides. Some browsers may not support background sound in this format.