Framify

Tag: <bgsound>

<bgsound> Syntax

Syntax Diagram for <bgsound>
Open Parameter = Value Close
<bgsound IE src IE = "url" IE >
loop IE = iterations IE
infinite IE

<bgsound> Description

src
The URL specifies the sound to be played in the background while the document is viewed. The soundfile format must be .au, .wav or .mid.
loop
Specifies the number of times the soundfile plays.
<bgsound> belongs in the <head> section. IE only.

<bgsound> Examples

<html> <head> ... <bgsound href="Sounds/Boogie.wav" loop=2> </head> ...
Last Modified: