<BGSOUND src="sound.wav">
|
This element must be in the HEAD section of the document.
However, this element is not supported by Netscape Navigator. You have to use the EMBED element. This element used to use several Netscape technologies, and can also play sound using LiveAudio :
<EMBED src="sound.wav"></EMBED>
|
This syntax is also supported by Internet Explorer, so it's the best solution if you need to support both IE and Navigator.