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