Creates a new <li> element. /// /// This is identical to calling new Element.tag('li').

Source

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