<i>this is i atg in HTML, Text will appear italic</i>
<p>This text is not italic</p><i>This text is italic</i>
/* The <i> tag defines a part of text in an alternate voice or mood.
The content inside is typically displayed in italic.
example : */
<i>I will be an italic text</i>
<html></html>