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