Element.hr constructor
Element.hr()
Creates a new <hr> element.
This is equivalent to calling new Element.tag('hr').
Implementation
factory Element.hr() = HRElement;
Creates a new <hr> element.
This is equivalent to calling new Element.tag('hr').
factory Element.hr() = HRElement;