CBSE Class 10 Computer Applications
Question 43 of 176
HTML I — Basic HTML Elements — Question 41
Back to all questions 41
Question Question 41
Which of the following heading tags will cause a browser to render text at the largest default size ?
<h3><h2><h5><h4>
<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 cause a browser to render text at the largest default size.