What is the code to play an audio file in HTML 5

Vivek.Ramapuram
Posted by Vivek.Ramapuram under HTML 5 category on | Points: 40 | Views : 1282
Here is the simple code to play an audio file in HTML 5
<audio src="............." autoplay controls id="audio1">   
audio is not supported.
</audio>


In that src we need to give our audio source file to play

Comments or Responses

Login to post response