HTMLElement.noscript constructor

HTMLElement.noscript()

Creates an HTMLElement using the tag 'noscript'.

Implementation

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