Sujatars Profile Answers by Sujatars Jul 30th, 2007 Headings are defined with <h1> to <h6>tags.<h1> defines the largest heading and <h6> defines the smallest heading.<h1> This is a largest heading</h1>....<h6> This is a smallest heading</h6>
jeevadillibabu Profile Answers by jeevadillibabu Dec 15th, 2008 As default, we h1, h2 to h6 Html tag like …. …. …. To …. in descending order. But We can define the Heading tag in CSS as per user or designer taste. Like, font size, color, font family, margin etc.
How do you code headings in HTML?
2. Heading 2
3. Heading 6
Editorial / Best Answer
Answered by: himanshu
<h1>Heading 1</h1>
<h2> Heading 2</h2>
and so on
Related Answered Questions
Related Open Questions