创建一个新的 <li> 元素。
<li>
这与调用 new Element.tag('li') 等效。
new Element.tag('li')
factory Element.li() => new Element.tag('li');