Skip to main content

noscript

Function noscript 

Source
pub fn noscript() -> Element
Expand description

Fallback for disabled scripting: <noscript>.

ยงExamples

use winged_rust::prelude::*;
let el = noscript();
assert_eq!(el.tag(), "noscript");