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