What is the significance of heading tags? Give examples in support of your answer.
Answers
Answered by
15
Heading tags are very important they are used in HTML. Heading tags are indicators to help the pattern of your page from an SEO point of view.
• Heading tags are used to differentiate the headings and subheadings
• The most important heading tag is h1 and less important is the h6 tag.
• For example, heading tags used to define an HTML document h1 indicates the largest heading and h6 Indicates the smallest heading.
<h1>this is a top-level heading</h1>here is a some text.
<h2>this is a second-level heading</h2>here is some more text.
• Heading tags play a similar role to files in structuring documents.
Answered by
5
The significance of the heading tag is listed below:
Explanation:
- The heading tag is used in HTML language which describes the text to be large or small. In HTML, it is of 6 types which are specified by <HN>, where N is the number between 1 to 6.
- The heading tag is important for the search engine also because the search engine uses it to identify the words which are searched from the different web browser of the computer.
- The H1 tag does the text very large and the H6 tag does the text very small.
- The heading tag is used to give the title for any content of the website.
Learn More:
- Heading tag :https://brainly.in/question/9049277
Similar questions