When you execute <h1>Hello, World</h1>, the resulting text is large in size. Why is this?

(1 point)
Responses

It is a header.

It is a header.

All HTML text is large.

All HTML text is large.

It is body text.

It is body text.

It is a bug in the interpreter.

The correct response is: It is a header.

The <h1> tag is used to define the top-level heading in HTML, which is typically displayed larger than normal text.