The HTML <i> tag is used to make the content more stylish. This create the content of the text in italoc style such as an alternate mood.
Example of Code
<i>This is italic text</i>
<p>This is normal text</p>
Output
This is italic textThis is normal text
