Which tag makes the largest headline?
A
Correct answer
Explanation
HTML headings range from H1 to H6, where H1 represents the highest (most important) level and is displayed with the largest font size by default. H6 is the smallest heading level. Each page should typically have only one H1 element.