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