Creates a new <div> element. /// /// This is identical to calling new Element.tag('div').

Source

factory Element.div() => new Element.tag('div');