Pick a wav only format song that you wish to use
Copy desired song into the folder that containsyour webpage.You can do this by the following 2 ways:
- Physically copying the song
into the same folder that contains
your HTML page that you wish to add sound to
- Uploading the song onto your web page domain's server
Once the song is in the same folder as the
HTML file open up your web page so that you can edit the code
Below your body tag enter the following:
"<EMBED SRC=".wav" AUTOSTART="true" HIDDEN="true"></EMBED>"
an example <EMBED SRC="test.wav" AUTOSTART="true" HIDDEN="true"></EMBED>"
Save the new addition to the file
View the web page and wait to hear the sound