TABLE_CAPTION

Static TABLE_CAPTION 

Source
pub static TABLE_CAPTION: Lazy<String>
Expand description

Generated from css file. Class content: display: table-caption;

§Example

html!("div", { .dwclass!("table_caption") });