'bgsound' Syntax and Note : bgsound « HTML Tag Reference « HTML CSS Reference






'bgsound' Syntax and Note

Note:

Play a sound while the user visits the page. 
<bgsound> is only allowed inside the <head> element. 
The sound file specified in its src attribute.
The file format can be in the .wav, .au, or .mid formats.
   
Syntax:
    
<bgsound attributes events>
           

      
      








Related examples in the same category

1.'bgsound' HTML Attributes
2.'bgsound' Event Handlers
3.'bgsound' CSS Attributes and JavaScript Style Properties
4.'bgsound' Example
5.'bgsound' Microsoft Behaviors
6.'bgsound' JavaScript Properties
7.'bgsound' JavaScript Methods
8.'bgsound' JavaScript Collections