Use of Audio and Video file Using HTML File.
<html>
<body>
<embed
src="smile.mp3" loop="true" autostart="true"
width="2" height="0" >
<audio controls autoplay>
<source
src="smile.mp3" type="audio/mpeg">
Your browser does not support the
audio element.
</audio>
<video width="320"
controls>
<source src="rangoli.mp4"
type="video/mp4">
</video>
</body>
</html>