MCQ
Which of the following is NOT a valid HTML heading tag?
Unit-3 Programming Fundamentals
A <h1>
B <h2>
C <h7>
D <h3>
Explanation

Heading tags range from <h1> to <h6>; <h7> does not exist in HTML.