1. The <video> Tags

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

Single-Source

20% Complete (success)

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

Multiple-Source

20% Complete (success)

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