BGSOUND
This tag is used in the document header to embed a sound file within the document, and is recognized by Internet Explorer. For example:
<BGSOUND="music.wav">
BGSOUND Attributes:
LOOP="n" or "INFINITE" By default, the value is INFINITE.
This attribute is used to specify the number of times the sound file is played. The number used here is practically unlimited. The INFINITE option will play the sound file continuously.
SRC="URL"
This attribute is used to specify the absolute or relative location (URL) of the sound file to be played.