Function moxie_dom::elements::scripting::noscript [−][src]
pub fn noscript() -> NoscriptBuilder
Expand description
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.
A function for creating a builder which will accept attributes and produce the element.