18 of 133 menu

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

:

See also

  • tag b,
    which also creates a greasy
  • tag em,
    which also makes an important text
byenru