1. The <video> Tags

As with most elements, the video element is created using a set of opening and closing video tags.

Single-Source

Element Breakdown
<video src="#" poster="#" width="" height="" preload controls></video>

Multiple-Source

Element Breakdown
<video poster="#" width="" height="" preload controls>
   <source src="#" type="">
   <source src="#" type="">
</video>

html tags video