Element.li constructor

Element.li()

Creates a new <li> element.

This is equivalent to calling new Element.tag('li').

Implementation

factory Element.li() => new Element.tag('li');