strong
Definition and Usage
The <strong> element is used to identify text that is of greater importance than the surrounding text.It defines important text. By default, all browsers render <strong> text in a bold typeface.<strong>
is semantic—it describes the text it surrounds (e.g. this text should be stronger than the rest of the text you've displayed")
Syntax
<strong>text...</strong>