Thursday, September 30, 2010

HTML - Headings

Headings:
Tag : <h1>...</h1>
<h2>...</h2>

..
<h6>...</h6>

H1 headings should be used as main headings, followed by H2 headings, then the less important

H3 headings, and so on.h1 defines the largest heading. h6 defines the smallest heading.

Example 1:

<html>
<head>
<Title>HTML Titles</Title>
</head>
<body>
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
<h4>This is a heading</h4>
<h5>This is a heading</h5>
<h6>This is a heading</h6>
</body>
</html>

RESULT:

No comments:

Post a Comment

Send your Design, Code or any other Creations to qualitypointmail@gmail.com for showing them here. You can mention your contact details(email id, phone) also

If you are an Expert, you can give review comments or feedback to show your skills

This blog will help you to get more opportunities as this blog will be linked to our other blogs and sites which attract more visitors.

A Good Beginning Is Half Done

Start Freelancing