CBSE Class 10 Computer Applications Question 66 of 176

HTML I — Basic HTML Elements — Question 64

Back to all questions
64
Question

Question 64

Which of the following will result in the largest text size ?

  1. <H3>
  2. <H6>
  3. <H2>
  4. <H4>
Answer

<H2>

Reason — HTML has six levels of headings, numbered 1 through 6, with 1 being the largest i.e., <H1> appears as the largest heading and <H6> appears as the smallest heading. Thus, in the given options, <h2> will result in the largest text size.