Horje

Example of HTML Audio Autoplay

Follow the Example
index.html
Example: HTML
 <audio controls autoplay>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio> 

Output should be:

Example of HTML Audio Autoplay




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Audio
Uploaded by:
Admin