Element.li constructor
Element.li()
Creates a new <li> element.
This is equivalent to calling new Element.tag('li').
Implementation
factory Element.li() = LIElement;
Creates a new <li> element.
This is equivalent to calling new Element.tag('li').
factory Element.li() = LIElement;