html5 video element 7


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <video width="320" height="240" controls>
  2. <source src="microreviews.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
  3. <source src="microreviews.webm" type='video/webm; codecs="vp8, vorbis"'>
  4. <source src="microreviews.ogv" type='video/ogg; codecs="theora, vorbis"'>
  5. </video>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.