Function moxie_dom::elements::embedding::picture   [−][src]
pub fn picture() -> PictureBuilderExpand description
The HTML <picture> element contains zero or more <source> elements and
one <img> element to provide versions of an image for different display/device
scenarios.
A function for creating a builder which will accept attributes and produce the element.