CBSE Class 10 Computer Applications Question 49 of 176

HTML I — Basic HTML Elements — Question 47

Back to all questions
47
Question

Question 47

Which HTML tags cause browsers to render text as italics ?

  1. <text style = "italics"></text>
  2. <ital></ital>
  3. <i></i>
  4. <b></b>
Answer

<i></i>

Reason<i></i> tags are used to display the text as italics in an HTML document.