Italic  - <I>   -  </I>

Previous- HTML - HTML  |  Next-IFRAME - Inline frame

Description
Renders the text in an italic font. Note that as a physical tag, the results should not vary depending upon the browser.
Attributes
NameValuesDescription
classclassnameClass of the element which is used to associate the element with a style sheet.
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
event_namescript_codeDefines script to run on event such as OnMouseOver
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<i>this is text displayed in an italic font</i> and this is not.
Will be displayed as :
this is text displayed in an italic font and this is not.

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
NO YES YES YES NO YES YES NO NO

Previous- HTML - HTML  |  Next-IFRAME - Inline frame