Steps for creating sound:
  • Download a sound from the Internet. This tutorial used a sound from the following site: A1 Free sound effects
  • When you locate the sound, in this case the sound was called rain on the following page: Weather right click over the hyperlink and choose download link to disk.
  • Place the sound at the same level as your html documents. In this case, sound.html was at the same level as rain.wav.
  • Go to your html source code and paste the following text under your body information
    <BGSOUND src="rain.wav" width="32" height="32">
  • Of course the name rain.wav will be replaced by whatever the name of your sound file is.
Preview your work by selecting File | Preview in Broswer and then select the browser you want to use.

Home