Language References
Renders text in italic type. | HTML 2, 3.2, 4, 4.01, 5 |
HTML Syntax
<i
class = classname
id = value
style = css properties
title = text
event = script
>
The I element is similar in function to the EM emphasized element.
I Members
<p>This paragraph has <i>some italic text</i>.</p>
This paragraph has some italic text.
CITE EM