Function moxie_dom::elements::media::video[][src]

pub fn video() -> VideoBuilder
Expand description

The HTML Video element (<video>) embeds a media player which supports video playback into the document.

A function for creating a builder which will accept attributes and produce the element.