Function moxie_dom::elements::metadata::meta[][src]

pub fn meta() -> MetaBuilder
Expand description

The HTML <meta> element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.

Note: the attribute name has a specific meaning for the <meta> element, and the itemprop attribute must not be set on the same <meta> element that has any existing name, http-equiv or charset attributes.

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