You can include audio files using the <audio> tag. To accommodate different browsers, it might also have numerous source files.
Attribute:
Example of Embedding Audio:
<audio controls> <source src="audio.mp3" type="audio/mpeg"> <source src="audio.ogg" type="audio/ogg"> Your browser does not support the audio element. </audio> |
You can include audio files using the <audio> tag. To accommodate different browsers, it might also have numerous source files.
Attribute:
Example of Embedding Audio:
<audio controls> <source src="audio.mp3" type="audio/mpeg"> <source src="audio.ogg" type="audio/ogg"> Your browser does not support the audio element. </audio> |
Copyrights © 2024 letsupdateskills All rights reserved