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