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