CSS HTML Validator - The fast, all-in-one, HTML, CSS, Link, SEO, spelling, and accessibility checker for Windows, & htmlval for Mac and Linux
Home Help: <i> element

The <i> Element

Inline Text Semantics

Use the <i> element to markup text in an alternate voice or mood, or otherwise offset from the normal prose in a manner indicating a different quality of text. Don't use <i> as a generic <italics> element or only for presentation. Use <em> to stress emphasis and <strong> to stress importance.

Attributes for <i>
TypeAttribute List
'Standard' Attributes(none)
New HTML5 Attributes"writingsuggestions"

Notes

  • The <em> element (for emphasized text) or the <cite> element (for citations) may be more appropriate than the <i> element. Use the <i> element only if text is in italics by convention. Many web authors use the <i> element when the <em> element would be more appropriate.

Recommended Links

Search Engine Links (for more information)

Help us improve this page: Suggest a link or noteReport a problem