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