xxxxxxxxxx
<!--
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>
xxxxxxxxxx
<!-- To make text italic in HTML -->
<p> You have to use <em> To make you text italic instead of </em>
<i> because this tag styles the text to be italic not changes real text</i> </p>
xxxxxxxxxx
<p>This is <em>emphasized</em> text.</p>
<p>This is <i>italic</i> text.</p>
xxxxxxxxxx
<i></i> - is the tempting option to italicize
<em></em> - is the better way to do it, visually same but internally
tells the machine there is much emphasis on the word!