Skip to main content

section

Function section 

Source
pub fn section() -> Element
Expand description

A thematic grouping: <section>.

ยงExamples

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