Which of the following is the CORRECT HTML tag for the smallest size heading:
Q1. Which of the following is the CORRECT HTML tag for the smallest size heading:
Answer: '<h6>
Explanation: HTML headings range from h1 (largest) to h6 (smallest), with h6 producing the smallest heading text.