Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html audio tag

<audio controls>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
 
PREVIOUS NEXT
Tagged: #html #audio #tag
ADD COMMENT
Topic
Name
8+4 =