Headings are very important tag basically use
write a heading a paragraph.
HTML Headings introduction
Heading tag are
<h1>,<h2>,h3>,<h4><h5>and <h6> this six type.
A Example Follows:
<h1>This is heading NO one</h1>
<h2>This is heading No two</h2>
<h3>This is heading No Three</h3>
<h4>This is heading No Four</h4>
<h5>This is heading No five</h5>
<h6>This is heading No six</h6>
<h2>This is heading No two</h2>
<h3>This is heading No Three</h3>
<h4>This is heading No Four</h4>
<h5>This is heading No five</h5>
<h6>This is heading No six</h6>
A example With HTML Syntax:
<!DOCTYPE html>
<html>
<head>
<title>Heding Test</title>
</head>
<body>
<html>
<head>
<title>Heding Test</title>
</head>
<body>
<h1>This is heading NO one</h1>
<h2>This is heading No two</h2>
<h3>This is heading No Three</h3>
<h4>This is heading No Four</h4>
<h5>This is heading No five</h5>
<h6>This is heading No six</h6>
<h2>This is heading No two</h2>
<h3>This is heading No Three</h3>
<h4>This is heading No Four</h4>
<h5>This is heading No five</h5>
<h6>This is heading No six</h6>
</body>
</html>
Now save this code abc.html, and run it and see screenshot..
Tags:
Tutorial