Home![]() Javascript The Tools Promoting the page Making Money Contact Me |
Adding sound to a webpage is very simple, but you need to do it to support all browsers. Netscape uses the <embed> tag, like this: |
For Internet Explorer, you have to add the bgsound tag inside the body tag, like this:
<body bgsound="filename.mid">
The safest way to add sound is to creat a link to the sound file:
Want some music?
Which is done like this:
<A href="filename.mid">Want some music?</A>
Mail me at tkeer@cvn.net.