How to use video tag


<video>

All Tags not showing in online page, but show on view source.

<video width="320" height="240" controls>
  <source src="img/video.mp4" type="video/mp4">
  <source src="img/video.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

Code show like this:

Browser Support

The <video> tag is not supported in Internet Explorer 8 and earlier versions.

What is video tag

video tag is used to for a video.

HTML5

video tag is new in html5.

Leave a Reply

Your email address will not be published. Required fields are marked *