Computer Science, asked by yashormasandal2004, 11 months ago

Include a header for a document or section in HTML5?

Answers

Answered by Rememberful
3

To insert a header for a document or section we use different header tags.

This tag includes, <h1>...<h6>

These all are container elements, and are of largest to smallest size respectively.

For Example,

<h1> Democracy </h1>

It is a form of government in which leaders are elected by the people.

Similar questions