|
|
Add |
<audio controls autoplay muted>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio> <!DOCTYPE html>
<html>
<body>
<audio controls autoplay muted>
<source src="https://www.w3schools.com/html/horse.ogg" type="audio/ogg">
<source src="https://www.w3schools.com/html/horse.ogg" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html>
The numbers in the table specify the first browser version that fully supports the <audio> element.
| Element | chrome | edge | firefox | opera | safari |
|---|---|---|---|---|---|
| <audio> | 4.0 | 9.0 | 3.5 | 4.0 | 10.5 |
Category: | Web Tutorial |
Sub Category: | HTML Audio |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference