Function leptos_dom::html::strong

source ยท
pub fn strong() -> 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.