Skip to main content

Embed video in html5

<video width="640" height="480">
   <source type="video/ogg" src="foo.ogg">
      <!-- and a fallback for h264 -->
      <source type="video/mp4" src="foo.mp4">
</video>