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