HTML5

audio element inserted

Joost van Meeteren


Links

W3C - HTML5 Audio.


Example

<audio>


Source code

<audio>


<audio> example in HTML5:

<audio controls>
<source src="http://www.w3schools.com/html/horse.ogg" type="audio/ogg">
<source src="http://www.w3schools.com/html/horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>


Joost van Meeteren Websites
2002-2024 © Joost van Meeteren, Bennekom NL
Laatste update website: vrijdag 26 april 2024