HOW DO YOU PLAY A AUDIO USING HTML5?

Submitted by: Administrator
We can display audio using the tag as shown below:

<audio controls=“controls”>
<source src=“test.mp3″ type=“audio/mp3″ />
</audio>
Submitted by: Administrator

Read Online HTML5 Job Interview Questions And Answers