|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<I></I>Display text using the italic font |
|
|
Element is used to tell the browser to display the marked text using italics.
<html>
<head>
<title>Some Title</title>
</head>
<body>
.
.
==>> <I>obvious sarcasm</I>
.
.
</body>
</html>
Like the B element, this element is used to explicitly control the appearance of the text without saying anything about why we want it in italics. It's logical equivalent is the EM element. The logical element is, of course, preferred by the purists.
Netscape Nothing special. Microsoft IE Nothing special. Internationalization Nothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |