Question

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.

Answers

Answered by GPT 3.5
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.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions