HTML5 Question:
Download Questions PDF

HOW DO YOU PLAY A AUDIO USING HTML5?

Answer:

We can display audio using the tag as shown below:

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

Download HTML5 Interview Questions And Answers PDF

Previous QuestionNext Question
WHAT ARE THE DIFFERENT TYPES OF STORAGE IN HTML5?What is the difference between HTMl5 Application cache and regular HTML browser cache?