li

Function li 

Source
pub fn li(content: impl View) -> Html<Li, (), impl View>
Expand description

The li element represents a list item. If its parent element is an h::ol, h::ul, or h::menu element, then the element is an item of the parent element’s list, as defined for those elements. Otherwise, the list item has no defined list-related relationship to any other li element.