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