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