I\'m still new to all this, but I\'m trying to add audio mp3 sound to an HTML image, which is played when clicked on. How can I do this right?
I\'ve already tries a
You can achieve that using Audio and Video DOM methods play() and pause() onclick of image working Demo
play()
pause()