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