Computer Applications

Choose the correct HTML tag to make the text italic.

  1. <ii>
  2. <Italics>
  3. <Italic>
  4. <I>

HTML Intro

4 Likes

Answer

<I>

Reason — The <I> tag is used to make the text italic.

Answered By

2 Likes


Related Questions