HTML <audio> tag
HTML audio tag:
This is a double tag. <audio> This is the beginning tag and </audio> this is the closing tag. This <audio> element defines sound, as like music or any other audio streams. The <audio> supported three The formats are tag MP3, OGG, and WAV, . This Tag using for making audio streaming. Audio format: MP3, OGG, and WAV.
<audio>=Audio.
Copy this code and past your page.
Example:
Browser | Mp3 | Wav | Ogg |
---|---|---|---|
Yes
|
Yes
|
Yes
| |
Yes
|
Yes
|
Yes
| |
Yes
|
Yes
|
Yes
| |
Yes
|
Yes
|
No
| |
Explorer
|
Yes
|
No
|
No
|
- Elements Attributes: controls, src, source, URL etc.
- Html Version Differenc: Differences Between HTML 5 and 4.01.
Note: this tag using controls and source element, If you need audio streaming on your page use <audio> tag.
If you want make Audio streaming using HTML code, Use HTML<audio> element.
2. What is the using for <audio> tag ?
3. What is the definition of <audio> tag ?
4. What is the <audio> tag mean ?
5.How can You make Audio streaming
using HTML ?