+ 3
Can someone tell me how to play sound in html
play sound in HTML
3 Answers
+ 12
<audio src="put url here " controls>
Audio element not supported by your browser
</audio>
+ 11
you check the following site me be usefull
https://www.computerhope.com/?_e_pi_=7%2CPAGE_ID10%2C8521559769
+ 1
The <audio> tag is used to play music or sounds.