pub fn meta() -> ElementExpand description
Document metadata: <meta>. See crate::seo for the typed constructors.
ยงExamples
use winged_rust::prelude::*;
let el = meta();
assert_eq!(el.tag(), "meta");pub fn meta() -> ElementDocument metadata: <meta>. See crate::seo for the typed constructors.
use winged_rust::prelude::*;
let el = meta();
assert_eq!(el.tag(), "meta");