pub fn footer() -> Element
A footer: <footer>.
<footer>
use winged_rust::prelude::*; let el = footer(); assert_eq!(el.tag(), "footer");