I found out that there is a new HTML5 tag. I want a HTML/Javascript code but I dont want any jQuery in it. Its for a html doc which will have music playing automaticaly in the background, i would like the code to make a little mute button in the topleft corner of the screen. Heres the standard code to work on.
<audio controls="?"* loop="loop">
<source src="horse.wav" type="audio/wave">
</audio>
*: Not sure if to be included
The button may be text or picture and it may change (e.g: mute/unmute or mute then when clicked changes to unmute and back).