HTML Encyclopaedia

The bgsound tag

This tag is not HTML 3.2. It is used set up a background sound track. It takes two attributes.

  1. src

    The value is the URL of the file containing the sound.

  2. loop

    The value of this attribute is the number of times the sound track is to be repeated. The value infinite is also acceptable, meaning repeat the sound track indefinitely.