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