-->

HTML headings


-----------------------------------------------------------------------------------------------
<html>
<head>
<title>
heading tags
</title>
</head>
<body>
<h1>first heading</h1><!--first heading-->
<h2>second heading</h2><!--second heading-->
<h3>third heading</h3><!--third heading and son on-->
<h4>forth heading</h4>
<h5>fifth heading</h5>
<h6>sixth heading</h6>
</body>
</html>
 ------------------------------------------------
note:This heading has no attribute. But can be used with CSS.
------------------------------------------------------------------------------------------

No comments:

Post a Comment