Specifies that the enclosed text should be displayed in italics.
The i tag is a predefined element to allow authors the insertion of italic text without any CSS styling.
<p> Normal text
<b>bold text</b>
<i>italic text</i>
normal text. </p>
Normal text bold text italic text normal text.