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