Creates a new <ol> element.
<ol>
This is equivalent to calling new Element.tag('ol').
new Element.tag('ol')
factory Element.ol() => new Element.tag('ol');