Skip to main content

figcaption

Function figcaption 

Source
pub fn figcaption() -> Element
Expand description

A figure caption: <figcaption>.

ยงExamples

use winged_rust::prelude::*;
let el = figcaption();
assert_eq!(el.tag(), "figcaption");