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