MCQ
Which heading tag displays the smallest text?
Unit-3 Programming Fundamentals
A
<h1>
B
<h6>
C
<h4>
D
<h2>
Explanation
Among the six heading levels, <h6> displays the smallest text.
Related MCQs
When does a while loop check its condition?
Unit-3 Programming Fundamentals
View
Which part of an HTML document contains the <title> tag and other metadata?
Unit-3 Programming Fundamentals
View
Which tag is used to create each item in an ordered or unordered list?
Unit-3 Programming Fundamentals
View
What is the sum of all elements of the array [1, 2, 3, 4] added by a loop?
Unit-3 Programming Fundamentals
View
What would happen if the src attribute is missing from an <img> tag?
Unit-3 Programming Fundamentals
View
Which syntax is used to write a comment in HTML?
Unit-3 Programming Fundamentals
View