Creates a new <video> element.
<video>
This is equivalent to calling new Element.tag('video').
new Element.tag('video')
factory Element.video() => new Element.tag('video');