HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

strong

Description

The strong element for HTML represents strong importance, seriousness, or urgency for its contents.

Syntax

HTML

<strong attribute-name="attribute-value"></strong>

Attributes

Global

CSS

strong
{
    font-weight: bolder;
}

Examples