+ 3
How we can use auto play audio tag in HTML.
5 odpowiedzi
+ 4
Examples:
<audio controls autoplay>
<source src="example.mp3" type="audio/mpeg" />
<source src="example.ogg" type="audio/ogg" />
</audio>
OR
<audio autoplay="autoplay" controls="controls">
<source src="example.mp3" type="audio/mpeg" />
<source src="example.ogg" type="audio/ogg" />
</audio
+ 3
Thanks
+ 2
yes
0
I think that Mohammad want to talk about some pratic's example of <audio> tag use on the web.because the audio tag syntaxe is already on the HTML 5 programme.
It'snt Mohammad ?
0
you can use <audio> tag to make you browser an medio player if you don't have one yet