how to put a header in html programming
<html>
<title>
</title>
<body>
<!-- there are six different type of head text like h1,h2,h3,h4,h5,h6
you can use them in html programming.so in this tutorial we'll use all of them -->
<h1> this is head 1 and the text of this is the biggest than the other</h1>
<h2>this is head 2 the text of this a little smaller than the head 1</h2>
<h3>this is head 3 the text of this a little smaller than the head 2</h3>
<h4>this is head 4 the text of this a little smaller than the head 3</h4>
<body>
</html>
For further information watch my html tutorial
No comments:
Post a Comment