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