HTML5 Question:

HOW DO YOU PLAY A AUDIO USING HTML5?

HTML5 Interview Question
HTML5 Interview Question

Answer:

We can display audio using the tag as shown below:

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


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?