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