<em>
tag
Marks text that has stress emphasis. Browsers typically render this in italic.
Syntax
<em> ... </em>
Example
html
<p>You <em>must</em> complete this step before continuing.</p>
<p>The event is on <em>Friday</em>, not Saturday.</p>