1<!--
2 You have 2 options
3-->
4<i>This text is the original italic</i>
5<em>This is actually emphasising a phrase, but will do just the same</em>
1<!-- To make text italic in HTML -->
2<p> You have to use <em> To make you text italic instead of </em>
3 <i> because this tag styles the text to be italic not changes real text</i> </p>