HTML <source> element
<audio controls>
<source src="file/Ring.mp3" type="audio/mp3">
</audio>
Specific attributes of <source> tag:
Attribute | Description |
media | Media type, including screen, tty, aural, tv, all, handheld, projection, print, default is all |
type | MIME type |
src | URL of the audio |