Answers for "using audio tag in html"

4

how to add an audio in html

<audio controls>
  <source src="name.mp3" type="audio/mp3" />
</audio>
Posted by: Guest on May-06-2020
0

html5 audio

<audio src="/test/audio.ogg">
<p>Tu navegador no implementa el elemento audio.</p>
</audio>
Posted by: Guest on January-08-2021

Browse Popular Code Answers by Language