| 
 <I>
Use the I element to create italicized text on your documents.
This element may be combined with the bold, underline and
strikethrough elements.
 
 Attributes
| 
	| Attribute | Description |  
	| ID | Identifies this tag to reference in script (program code) |  
	| CLASS | Define the class used to render this element (defined by a style sheet) |  
	| TITLE | A title that is associated with the element (displayed as a tooltip in Internet Explorer) |  | 
 Example
Mr Gorbachev, tear down this wall! - <I>Ronald Reagan</I>
 Renders As:
Mr Gorbachev, tear down this wall! - Ronald Reagan
 Compatibility
HTML 4.01
 
 |