92.8k views
4 votes
Heading elements contain the text of main headings on a web page true or false

User Sam YC
by
6.5k points

1 Answer

5 votes

Answer:

The answer to this question is true.

Explanation:

In the heading element or tag. It is is the part of the Html. In Html it is a tag that is used to write the text into the heading.

In the heading tag, 6 elements used to provide an increase or decrease the size of the heading.

The use of heading tag can be given as:

<h1>WORD1</h1>

<h2>WORD2</h2>

<h3>WORD3 </h3>

<h4>WORD4</h4>

<h5>WORD5</h5>

<h6>WORD6</h6>

So the given answer is true.

User XChikuX
by
7.0k points