创建一个新的 <video> 元素。
<video>
这相当于调用 new Element.tag('video')。
new Element.tag('video')
factory Element.video() => new Element.tag('video');