HTMLBRElement constructor

HTMLBRElement()

Creates an HTMLBRElement using the tag 'br'.

Implementation

HTMLBRElement() : _ = document.createElement('br');