HTML heading tag
HTML Heading tags are used to describe text content in short. So that visitors can get basic idea about whole content.
Heading tags are used to summarized text content on the websites.
There are six heading tags (h1 to h6). Which provide different size of heading on web. As heading tag increase font size of content decrease.
Note Each heading tag reserve new line for it's content.
Click to practice online exampleHeading tags are used to summarized text content on the websites.
There are six heading tags (h1 to h6). Which provide different size of heading on web. As heading tag increase font size of content decrease.
Note Each heading tag reserve new line for it's content.
- <h1></h1> tag
Programming Duniya
- <h2></h2> tag
Programming Duniya
- <h3></h3> tag
Programming Duniya
- <h4></h4> tag
Programming Duniya
- <h5></h5> tag
Programming Duniya
- <h6></h6> tag
Programming Duniya
Heading tag has some signifiance.
- Search engine use heading content to index webpage content.
- For visitor they works as summary of content.
No comments:
Post a Comment