Search
 
SCRIPT & CODE EXAMPLE
 

HTML

input audio and video in html

<!DOCTYPE HTML>

<html>
   <body>
      
      <audio controls autoplay>
         <source src = "/html5/audio.ogg" type = "audio/ogg" />
         <source src = "/html5/audio.wav" type = "audio/wav" />
         Your browser does not support the <audio> element.
      </audio>
      
   </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: html how to start a page 
Html :: how to make html text bold 
Html :: html form element disabled readonly 
Html :: how to highlight text in html 
Html :: html select change event 
Html :: vue button prevent double click 
Html :: how to echo data into an option tag as a link 
Html :: make a div clickable 
Html :: cant pass multipule select input bootstrap 
Html :: link react to html 
Html :: color picker js 
Html :: link tag 
Html :: input field with add button that creates another input 
Html :: transform bounce css 
Html :: how to stop marquee text in html when you hover over it 
Html :: background image html mdn 
Html :: elseif vuejs 
Html :: ConfirmPassword 
Html :: ordered lists html 
Html :: change the font-size on a label css 
Html :: lorem ipsum shortcut 
Html :: jumbotron code without using jumbotron 
Html :: class html 
Html :: reduce the width of google recaptcha 
Html :: auto click script 
Html :: input file img / input file image 
Html :: html select tag 
Html :: html to pdf jquery 
Html :: html table to pdf jquery 
Html :: what is the meta tag in html 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =