创建一个新的 <br> 元素。
<br>
这与调用 new Element.tag('br') 等效。
new Element.tag('br')
factory Element.br() => new BRElement();