Answers for "html where to place audio tag"

1

how to add an audio in html

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

audio html tag

MIME Typ
Posted by: Guest on April-12-2020

Browse Popular Code Answers by Language