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