Тег BGSOUND
BGSOUND
<BGSOUND
BALANCE=string
CLASS=string
ID=string
LANG=string
LOOP=string
SRC=string
TITLE=string
VOLUME=string
>
The BGSOUND tag allows you to create pages with background sounds or
"soundtracks."
- BALANCE=
- To be provided
- CLASS=
- Specifies the class of the tag being defined. This is most often used to
associated a sub-classed style sheet with the tag.
- ID=
- An SGML identifier used as the target for hypertext links or for naming
particular elements in associated style sheets. Valid names to script with are
any alphanumeric string that begins with a letter. Valid special characters
include underbar "_".
- LANG=
- This specifies the language to use. The specifier is an ISO standard
language abbreviation.
- LOOP=
- Specifies how many times a sound or video will loop when activated. Also
specifies how many times the marquee should loop.
- SRC=
- Specifies the URI of a sound to be played.
- TITLE=
- The Title attribute is used to provide advisory information.
- VOLUME=
- To be provided
This element may only be used within the HEAD tag.
The start tag is required, and the end tag is optional.