Designed By: @anutrickz
Version: 1.0.2-beta

How to Install HTML5 AT-Audio Player in Blogger

 HTML5 AT-Audio Player

HTML5 AT-Audio Player

Introduction

HTML5 introduces built-in media support with the audio tag, which makes it very easy to embed media straight into any HTML document with limited code. It comes with built in browser controls, if you specify and plays audio nice and effectively.

Let’s start with a simple HTML5 player


<audio
        controls
        src="/media/cc0-audio/t-rex-roar.mp3">
            Your browser does not support the
            <code>audio</code> element.
    </audio>


As seen in the above code, it will create a player using the default style that each browser provides. This means that the player will look different in different browsers.


Start building your player

Now let’s start to customize our own audio player.






Conclusion

That's How to Install HTML5 AT-Audio Player in Blogger , hopefully useful and respectful.If you have any questions or suggestions Please comment below
contact us: