Function leptos_dom::html::strong

source ·
pub fn strong(cx: Scope) -> HtmlElement<Strong>
Expand description

The <strong> HTML element indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.