pub fn noscript<D: Dom>() -> Noscript<D>Expand description
Construct the HTML noscript element
The HTML <noscript> element defines a section of HTML to be
inserted if a script type on the page is unsupported or if scripting
is currently turned off in the browser.