Monday, August 1, 2011

HTML Headings





HTML allows user to specify the headings using Heading tags.
These are represented using "h" alphabet in opening and closing tags.

There are 5 headings available as H1,H2,H3,H4,H5 and H6.

H1 is the highest font size heading where H6 is the lowest font size heading.



This results in following output.

This is H1 heading


This is h2 heading


This is h3 heading


This is h4 heading


This is h5 heading

This is h6 heading

No comments:

Post a Comment