* E-Mail Address
HTML - Music
To place the code for background music that will work with both browsers into your web page, simply use this code:
<EMBED SRC="soundname" AUTOSTART=TRUE LOOP=TRUE WIDTH=145 HEIGHT=15> </EMBED> <NOEMBED> <BGSOUND SRC="soundname"> </NOEMBED>
You can change the attributes to this tag by changing the AUTOSTART, HIDDEN and LOOP attributes from TRUE to FALSE, by changing the WIDTH and HEIGHT attributes according to your preference, and eliminating the CONTROLS="hidden" attribute