Answers for "audio html control"

0

HTML Audio

<audio controls autoplay muted>

  <source src="horse.ogg" type="audio/ogg">

  <source src="horse.mp3" type="audio/mpeg">

 Your browser does not support the audio element.

 </audio>
Posted by: Guest on May-31-2021

Browse Popular Code Answers by Language