Function moxie_dom::elements::text_content::ol[][src]

pub fn ol() -> OlBuilder
Expand description

The HTML <ol> element represents an ordered list of items, typically rendered as a numbered list.

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