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