Translate

Sunday, May 4, 2014

5. HTML Heading

Heading used for fashion with 6 types of <h1> <h6> (from large to small) and it is widely used to determine onleg of our articles.
common forms

1
2
3
4
5
6
<h1> heading h1 </h1>
.
.
.
.
<h6> heading h6 </h6>
example
?
1
2
3
4
5
6
7
8
9
10
11
<html>
<head><title>Welcome to itkonkhmer</title></head>
<body>
<h1> this is heading h1 </h1>
<h2> this is heading h2 </h2>
<h3> this is heading h3 </h3>
<h4> this is heading h4 </h4>
<h5> this is heading h5 </h5>
<h6> this is heading h6 </h6>
</body>
</html>

results

៧. HTML Heading

0 comments:

Post a Comment