Answers for "how to embed audio and video tag in html5 explain with example"

4

how to embed audio in html

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

Browse Popular Code Answers by Language