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