Embedding Audio in a Web Page

vishalneeraj-24503
Posted by vishalneeraj-24503 under HTML 5 category on | Points: 40 | Views : 834
HTML5 supports <audio> tag which is used to embed sound content in an HTML or XHTML document.
<audio src="hello.wav" controls autoplay>

</audio>

Comments or Responses

Login to post response