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