How to Create HTML 5 Audio player?

How to Create HTML 5 Audio player? 1

HTML 5 was founded on 2009. Compare to HTML, HTML 5 has more features. In this tutorial i will explain you to How to make HTML 5 music player? It will more useful to you to add HTML 5 Audio player on Website or blogs.

You can use this below code to make your own HTML player.

<audio controls=”controls”>

<source src=”Audio file location” autoload=”true” hidden=”true” type=”audio/mp3″ /></source>

</audio>

Just Change Audio file Location to your audio file location eg: D:SongsJillatheme.mp3

If you want to play your audio automatically just use this code.

<audio controls=”controls”>

<source src=”Audio file location” autoload=”true” hidden=”true” type=”audio/mp3″ autoplay=”true” /></source>

</audio>

 Any problem. Just leave comment below……. Thanks to visit……………….

Add a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.