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