Skip to main content

meta

Function meta 

Source
pub fn meta() -> Element
Expand description

Document metadata: <meta>. See crate::seo for the typed constructors.

ยงExamples

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