Computerhelp4all logo Articles AboutTopicsQuizzesComputer Questions & AnswersComputer Terms & DefinitionsActivitiesContact

What Is The HTML <i> Tag?

What Is The HTML i Tag

Date First Published: 28th November 2022

Topic: Web Design & Development

Subtopic: Web Development

Article Type: Computer Terms & Definitions

Difficulty: Medium

Difficulty Level: 5/10

Learn more about what the HTML <i> tag is in this article.

The <i> is used to define text in an alternative style from the normal text to differentiate specific words. It can be used to indicate a technical term, a notice, a word in a different language, etc. By default, it displays the text in italic, but it can be customised how it changes text using CSS.

Note: Info Icon

For readability and accessibility reasons, the <i> tag should only be used when there is not a more relevant semantic element available, such as <em>, <strong>, or <cite>.

Example Of The HTML <i> Tag

<p>By default, text within this tag displays in <i>italic</i></p>

Output:

By default, text within this tag displays in italic.


Feedback

  • Is there anything that you disagree with on this page?
  • Are there any spelling, grammatical, or punctuation errors on this page?
  • Are there any broken links or design errors on this page?

If so, it is important that you tell me as soon as possible on this page.