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