Hello ,,,, how i can add a audio player to html webpage?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hello ,,,, how i can add a audio player to html webpage??

31st Oct 2017, 10:46 PM
Amit Das
Amit Das - avatar
3 Answers
+ 2
<audio controls>   <source src="horse.ogg"type="audio/ogg">   <source src="horse.mp3"type="audio/mpeg">   Your browser does not support the audio tag. </audio> for more informations plz visit this link https://tutorialehtml.com/en/html-tutorial-embed-audio/
1st Nov 2017, 1:57 AM
Elizabeth🌸
Elizabeth🌸 - avatar
+ 1
Use the tag <audio> which is available in HTML5. Check the HTML course in SoloLearn to get a better idea.
31st Oct 2017, 10:52 PM
Witty Phantom
Witty Phantom - avatar
0
Ok. Thank you...👍
1st Nov 2017, 5:27 AM
Amit Das
Amit Das - avatar