Function moxie_dom::elements::embedding::source [−][src]
pub fn source() -> SourceBuilder
Expand description
The HTML <source>
element specifies multiple media resources for the
<picture>
, the <audio>
element, or the <video>
element.
A function for creating a builder which will accept attributes and produce the element.