Thursday, 17 April 2014

Html code to show use of heading tag

Html code to show use of heading tag

<html>
<head>
<title>
hlo
</title>
</head>
<body>
<h1>hi</h1>
<h2>Subjects are</h2>
<h3>e-commerce and web applications</h3>
<h4>Data Mining</h4>
<h5>Graphics</h5>
<h6>Advanced operating System</h6>
</body>
</html>






No comments:

Post a Comment