Computer Science, asked by Nonus, 7 months ago

what are the examples of heading tags​

Answers

Answered by rubyeliza456
2

Answer:

EXAMPLES:

<h1>This is a heading</h2>

<h2>This is a sub-heading</h2>

<h3>This is a third sub-heading</h3>

Answered by nagavbc
0

Answer:

The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least. For example: <H1>This is a top level heading</H1> Here is some text.

Similar questions