strong
The strong element represents a span of text with strong importance.
Attributes
<strong attribute-name="attribute-value"></strong>
CSS
strong {
font-weight: bolder;
}