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

pub fn ul() -> UlBuilder
Expand description

The HTML <ul> element represents an unordered list of items, typically rendered as a bulleted list.

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