The strong tag
The strong tag specifies important text that the author wants to emphasize. By default, the text taken in the strong tag will be bold, but this behavior can be changed using the CSS property font-weight.
Example
Let's make the text bold using the strong tag:
this is <strong>bold</strong> text
: