Skip to main content

strong

Function strong 

Source
pub fn strong() -> Element
Expand description

Strong importance: <strong>.

ยงExamples

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