Function silkenweb::elements::html::video

source ·
pub fn video<D: Dom>() -> Video<D>
Expand description

Construct the HTML video element

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