Function silkenweb::elements::html::li

source ·
pub fn li<D: Dom>() -> Li<D>
Expand description

Construct the HTML li element

The HTML <li> element is used to represent an item in a list.