HTMLBRElement constructor
HTMLBRElement()
Creates an HTMLBRElement using the tag 'br'.
Implementation
HTMLBRElement() : _ = document.createElement('br');
Creates an HTMLBRElement using the tag 'br'.
HTMLBRElement() : _ = document.createElement('br');