HTMLHRElement constructor

HTMLHRElement()

Creates an HTMLHRElement using the tag 'hr'.

Implementation

HTMLHRElement() : _ = document.createElement('hr');