Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Adding multiple audio content in HTML5

<audio controls>
  <source src="jazz.ogg" type="audio/ogg">
  <source src="jazz.mp3" type="audio/mpeg">
  <source src="jazz.wav" type="audio/wav">
  Please <a href="jazz.mp3" download>download</a> the audio file.
</audio>
Comment

PREVIOUS NEXT
Code Example
Html :: enter more than one function in onclick event js 
Html :: c# load embedded html document and show in browser 
Html :: thml text are 
Html :: how to display gif when button clicked html css 
Html :: html to pdf 
Html :: adding images to html 
Html :: create an html page in visual studio 
Html :: input button in html 
Html :: html decode online 
Html :: HTML quize 
Html :: how to make things move in unity 
Html :: post request html android 
Html :: engine html 
Css :: text unselectable css 
Css :: htaccess for angular 
Css :: reset submit input style 
Css :: make text not selectable 
Css :: how to hide the bullet list css 
Css :: css bold text 
Css :: box shadow inset 
Css :: css brightness 
Css :: @media max-width 
Css :: how to change placeholder color 
Css :: animation keep end state 
Css :: grayscale css 
Css :: center text horizontally and vertically 
Css :: center with css 
Css :: console.log with color font 
Css :: how to set media query for both width and height in css 
Css :: css cut off text 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =