html tag to italicize text code example
Example 1: html italic text
<i>This text will be in italics</i>
Example 2: how to italicize in html
<!--
You have 2 options
-->
<i>This text is the original italic</i>
<em>This is actually emphasising a phrase, but will do just the same</em>
Example 3: how to italicize text in html
<i>This is an example of Italic</i>