Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

7. what is true about this tag, <h1>? check the best answer. * it is a …

Question

  1. what is true about this tag, <h1>? check the best answer. *

it is a heading 1 start tag
it is used to make a title
it is the biggest heading tag
it requires you use an end tag too
all of the above

Explanation:

Brief Explanations

In HTML, the <h1> tag is a start - tag for the highest - level (biggest) heading. It is often used for titles and, like most HTML tags, requires a corresponding end - tag (</h1>).

Answer:

All of the above