Video
Tag: <video>
The video tag is used to add a video to a page.
Optionally the height and width (height="Xpx" etc) can be added into the opening tag to define the video size.
The source tag, is put inside the video tags to link to the video.
The video can be closed with the closing tag </video>
This tag is new in HTML5