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