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:
A Good Beginning Is Half Done
Thursday, September 30, 2010
HTML - Headings
Labels:
HTML
Subscribe to:
Post Comments (Atom)
Find more freelance jobs
No comments:
Post a Comment