basic computer MCQ #1015

Which of the following is the CORRECT HTML tag for the smallest size heading:

basic computer MCQ #1015

  1. Question 1

    Q1. Which of the following is the CORRECT HTML tag for the smallest size heading:

    • A) '<h6>
    • B) '<h1>
    • C) '<h9>
    • D) '<head>

    Answer: '<h6>

    Explanation: HTML headings range from h1 (largest) to h6 (smallest), with h6 producing the smallest heading text.