Skip to main content

footer

Function footer 

Source
pub fn footer() -> Element
Expand description

A footer: <footer>.

ยงExamples

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