BGSOUND
Description
The BGSOUND element will cause an audio file to be presented
as background to the document.
Minimum Attributes
<BGSOUND SRC="...">
All Possible Attributes
<BGSOUND
SRC="..."
LOOP="...">
Elements Allowed Within...
The BGSOUND element is defined as having no content.
Allowed In Content Of...
-In progress, to be determined-
Variations
The BGSOUND element is a MS Internet Explorer 2.0 enhancement.
SRC specifies the URL of the audio
file to be played. LOOP specifies how many times the sound will
be displayed while the HTML document is displayed, and can either
be a number or the string "infinite". The default for LOOP is one.
Considerable opposition to the use of this element has been expressed
on the Web, especially the use of LOOP=infinite, since users currently
have no way to disable the audio.