HyperText Markup Language/Tag List/bgsound
Use
editThis lets the user link a sound to a page that will play automatically whenever a client opens the webpage.
Example
edit<bgsound src="music_3.wma" loop="infinite" />
Required attributes
editsrc
editThis works like the img tag. It finds the source of the music file that the user wants to be played in the background.
loop
editThis tells the browser how many times the sound will be played in the background.
Standard attributes
editMore info
editA link to a page with more info, then the name of the site the info came from (i.e. W3Schools).