HTML <em> element


<em> tag defines the content as emphasized text. The text will shown as italicized.

The apple tree produced <em>35</em> apples this year.

The apple tree produced 35 apples this year.

There is an "em" unit for font weight.

The apple tree produced <font style="font-size:2em">35</font>
apples this year.
The apple tree produced 35 apples this year.