as

Basics Tags

Basics Tags Demo......

There are Six heading tag starting from <h1> to  <h6>.

<h1> is a large size & <h6> is Smallest Size.

Code :-

<!Basics Tags---->
<html>
 <head>
 <title>College Information</title>
 </head>
<body bgcolor="pink">
<marquee> <h1>Welcome to HTML </h1></marquee>
<center>
 <img src="clgimg.bmp"width=100 height=100 border=2>
 <p> It is the First paragraph </p>
 <p> It is the Second paragraph </p>
 <h1>BSC Practical heading 1</h1>
 <h6>BSC Practical heading 6</h6>
</center>
</body>
</html>

Output :- Click view Live Output