Background Sound

HTML allows background sound or music to be played. Playable files include MIDI and WAV sounds. In Internet Explorer the <BGSOUND> tag is used. where as for Netscape we used the <EMBED> tag.

For this Background Sound, the follow HTML code are been used:-

For Netscape Naigator

<EMBED SRC="liantok.wav" hidden=true autostart=true loop=1 volume=50>

For Internet Explorer

<BGSOUND SRC="liantok.wav" LOOP=1>


Go Back to Main Page.....