Can someone tell me how to play sound in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can someone tell me how to play sound in html

play sound in HTML

25th Aug 2017, 8:30 PM
Cheesy Game Studios
Cheesy Game Studios - avatar
3 Answers
+ 12
<audio src="put url here " controls> Audio element not supported by your browser </audio>
26th Aug 2017, 1:58 AM
P R
P R - avatar
+ 11
you check the following site me be usefull https://www.computerhope.com/?_e_pi_=7%2CPAGE_ID10%2C8521559769
25th Aug 2017, 9:17 PM
Ahmed Abdelrahman
Ahmed Abdelrahman - avatar
+ 1
The <audio> tag is used to play music or sounds.
25th Aug 2017, 10:44 PM
Learnsolo