MCQ
What is the correct HTML tag for the largest heading?
A <h6>
B <h1>
C <heading>
D <head>
Explanation

<h1> defines the largest heading and <h6> defines the smallest heading.