x
1
<audio controls height="100" width="100">
2
3
<source src="/examples/horse.mp3" type="audio/mpeg">
4
<source src="/examples/horse.ogg" type="audio/ogg">
5
6
<embed height="50" width="100" src="/examples/horse.mp3">
7
</audio>
<audio controls height="100" width="100">
<source src="/examples/horse.mp3" type="audio/mpeg">
<source src="/examples/horse.ogg" type="audio/ogg">
<embed height="50" width="100" src="/examples/horse.mp3">
</audio>