Function moxie_dom::elements::text_semantics::data [−][src]
pub fn data() -> DataBuilder
Expand description
The HTML <data>
element links a given content with a machine-readable translation.
If the content is time- or date-related, the <time>
element must be used.
A function for creating a builder which will accept attributes and produce the element.