htmlcss

This browser-specific element is not recommended. Authors should generally find an alternative way to accomplish the same task while adhering to all best practices, or simply do without it if it is unimportant.


The void HTML <bgsound> element, or background sound, is an Internet Explorer-specific element that associates a background sound with a page. It is possible to write this element with a self-closing tag (<bgsound />). However, since this element is not part of a standard, making it XHTML-like will not make it validate.


Attributes


HTML example:

<bgsound src="HTML_Music.wav" loop="infinite"> 

See Also