• Register

How many heading tags are available in HTML?

asked Aug 16, 2012 by anonymous

2 Answers

0 votes
 
Best answer
There are six kinds of heading are available in the HTML markup languages which are as
1)    <h1>Example 1</h1> specifies the highest heading of html
2)    <h2> Example 2</h2>
3)    <h3> Example 3</h3>
4)    <h4> Example 4</h4>
5)    <h5> Example 5</h5>
6)    <h6> Example 6</h6> specifies the lowest heading of html
answered Oct 16, 2012 by edwinmiller
selected Oct 16, 2012 by admin_controller
0 votes

In HTML, we have six heading tags. These are :

<h1>

<h2>

<h3>

<h4>

<h5> and

<h6>

answered Aug 16, 2012 by anonymous

Related questions

2 answers
asked Aug 16, 2012 by anonymous
3 answers
asked Aug 16, 2012 by anonymous
1 answer
asked Aug 16, 2012 by anonymous
0 answers
asked Nov 27, 2012 by anonymous
...