The I element defines italic text.
<i>italic text</i>
This can be specified with CSS. Please see the "Related Document" for details on CSS.
(Use the EM element if you want to emphasize a text.)
<p>Normal text, <i>Italic text,</i> Normal text,</p>
Normal text, Italic text, Normal text,