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