Visit Mozilla.org

HTML:Element:i

From MDC

Contents

[edit] HTML Italics Element

<i>...</i> - The HTML Italics element makes text italicized.

[edit] Example

   <p>
       This is the first sentence. <i>This whole sentence is in an italicized font.</i>
   </p>

[edit] Result

This is the first sentence. This whole sentence is in an italicized font.

[edit] Notes

Although this element was not deprecated in the HTML 4.01 specification, its use is discouraged in favor of the HTML Emphasis element (<em>) and style sheets.

[edit] See also


HTML Elements
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
(Quick Links: HTML Element Cross Reference, HTML Category)