HTML <strong> etiket

Definition and usage

<strong> The tag is used to define text with strong importance. The content is usually displayed in bold.

Tip:Use <b> tag To specify text that has no additional importance!

See also:

HTML tutorial:HTML text formatting

HTML DOM reference manual:Strong object

Example

Define important text in the document:

<strong>This text is important!</strong>

Try it yourself

Global attributes

<strong> The tag also supports Global attributes in HTML.

event attributes

<strong> The tag also supports Event attributes in HTML.

Default CSS settings

Most browsers will display the following default values <strong> Element:

strong {
  font-weight: bold;
}

Try it yourself

Browser support

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
Support Support Support Support Support