Answers for "html audio elemnt"

-1

html audio tag

<audio controls>
<source src="sound.ogg" type="audio/ogg"/>
<source src="sound.mp3" type="audio/mpeg"/>
</audio> 
this will also work in react js & html
Posted by: Guest on February-27-2022

Browse Popular Code Answers by Language