i |
<Audio> |
source : http://www.w3schools.com/HTML/html5_audio.asp
<audio [attribur1] [attribut2] ...>
attributs :
attribut |
valeur |
description |
autoplay |
Specifies that the audio will start playing as soon as it is ready |
|
controls |
Specifies that audio controls should be displayed (such as a play/pause button etc) |
|
loop |
Specifies that the audio will start over again, every time it is finished |
|
muted |
Specifies that the audio output should be muted |
|
auto metadata none |
Specifies if and how the author thinks the audio should be loaded when the page loads |
|
URL |
Specifies the URL of the audio file |