Home >> HTML 5 >> How many heading tags in HTML 5

How many heading tags in HTML 5

There are six heading tags in HTML

h1,h2,h3,h4,h5,h6 using likes below:

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

Output

Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6

Post Your Comment

Next Questions
What is Paragraphs
What is Styles
What is Text Formatting
What is Comments
What is Colors
What is CSS
What is Links
What is Images
What is Favicon
What is Tables
What is Table Borders
What is Table Sizes
What is Table Headers
What is Table Padding and Spacing
What is Table Colspan and Rowspan
What is Table Styling
What is Table Colgroup
How many type of Lists
What is Unordered Lists
What is Ordered Lists
What is Block and Inline Elements
What is HTML class Attribute
What is HTML id Attribute
What is HTML Iframes
What is HTML JavaScript

Copyright ©2022 coderraj.com. All Rights Reserved.