Answers

Question and Answer:

  Home  HTML5

⟩ HOW DO YOU PLAY A AUDIO USING HTML5?

We can display audio using the tag as shown below:

<audio controls=“controls”>

<source src=“test.mp3″ type=“audio/mp3″ />

</audio>

 184 views

More Questions for you: