Steps :-
The Audio Tag Syntax
<audio controls crossorigin playsinline id="player">
<source src="https://cdn.plyr.io/static/demo/Kishi_Bashi_-_It_All_Began_With_a_Burst.ogg" type="audio/ogg">
<source src="https://cdn.plyr.io/static/demo/Kishi_Bashi_-_It_All_Began_With_a_Burst.mp3" type="audio/mpeg">
Your browser does not support the audio element.-- CodeXD - India
</audio>
Javascript CDN Just Before </body> Tag
<script src="https://cdn.plyr.io/3.6.3/demo.js" crossorigin="anonymous"></script>
</body>
CSS CDN Just Before </head> Tag
<!-- Docs styles -->
<link rel="stylesheet" href="https://cdn.plyr.io/3.6.3/demo.css" />
</head>
Audio Player Before and Now !



0 Comments