Skip to main content

body

Function body 

Source
pub fn body() -> Element
Expand description

The document body: <body>.

ยงExamples

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