headings in html

headings in html


heading 

<html>
<head>
<title>


my website
</title>
</head>
<body>
<h1>  
	hello my world 
</h1>
<h2>
		hello my world 
</h2>
<h3>	hello my world 
</h3>
<h4>	hello my world 
</h4>
<h5>	hello my world 
</h5>
<h6>	hello my world 
</h6>
</body>
</html>