Strong emphasis. The HTML <strong> tag is used for indicating strong importance for its contents. The strong tag surrounds the emphasised word/phrase.

Required Attributes

  • None.

Optional Attributes

Example

<p> This is the <strong>most important</strong> item. </p>

Changes in HTML5

  • None.

Related Tags