Description:
The HTML bgsound tag is a non-standard element. The HTML <bgsound> tag is used to play a soundtrack in the background. This tag is for Internet Explorer documents only.
Example:
<bgsound src="audio/backgroundsound.wav" /> |
This does create any result on the screen but it plays sound file in the background.
Attributes:
Attribute |
Value |
Description |
---|---|---|
loop | number | Lets you replay a background soundtrack a certain number of times |
src | URL | Speecifies the path of the sound file. |
The post HTML bgsound tag appeared first on .