Answers for "where do i find sound file to be embedded in html"

0

html sound

<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>
Posted by: Guest on March-14-2021

Code answers related to "where do i find sound file to be embedded in html"

Browse Popular Code Answers by Language