Q. Default font size of HTML is .......................
β
Correct Answer: (D)
3
Explanation: In HTML, the default font size when using the <font> tag is 3 (if no size is specified).
The font size ranges from 1 (smallest) to 7 (largest) in the <font> tag.
However, in modern HTML5, using <font> is deprecated, and font size is typically controlled using CSS (font-size).
Other Options Explained:
(A) 2 – Smaller than the default.
(B) 4 – Larger than the default.
(C) 6 – Much larger than the default.
Thus, the correct answer is (D) 3.