1. The <video> Tags
As with most elements, the video element is created using a set of opening and closing video tags.
Single-Source
<video src="#" poster="#" width="..." height="..." preload controls > </video>
Multiple-Source
<video poster="#" width="..." height="..." preload controls >
<source src="#" type="">
<source src="#" type="">
</video>
- Previous
- Next