HTMLElement.abbr constructor

HTMLElement.abbr()

Creates an HTMLElement using the tag 'abbr'.

Implementation

HTMLElement.abbr() : _ = document.createElement('abbr');