STRONG
The strong element represents strong importance, seriousness, or urgency for its contents.
SYNTAX
HTML
<strong attribute-name="attribute-value"></strong>
ATTRIBUTES
CSS
strong {
font-weight: bolder;
}