Emphasis. The HTML <em> tag is used for indicating emphasis. The em tag surrounds the word/term being emphasised.

Required Attributes

  • None.

Optional Attributes

Example

<p> This is the <em>most important</em> item </p>

Changes in HTML5

  • None.

Related Tags