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