CREATING HEADINGS IN HTML
<html>
<head>
<title>
WEB DESIGNING
</title>
</head>
<body>
<h1> <font size="red" size="10"> this is first heading </font> </h1>
<h2> <font size="pink" size="10"> this is second heading </font> </h2>
<h3> <font size="green" size="10"> this is third heading </font> </h3>
<h4> <font size="brown" size="10"> this is 4th heading </font> </h4>
<h5> <font size="grey" size="10"> this is 5th heading </font> </h5>
<h6> <font size="black" size="10"> this is 6th first heading </font> </h6>
<p> <font color="red" size="4"> THIS IS PARAGRAPH...... HTML is hyper text markup language. It is used to create webpages</font>
</p>
</body>
</html>
<html>
<head>
<title>
WEB DESIGNING
</title>
</head>
<body>
<h1> <font size="red" size="10"> this is first heading </font> </h1>
<h2> <font size="pink" size="10"> this is second heading </font> </h2>
<h3> <font size="green" size="10"> this is third heading </font> </h3>
<h4> <font size="brown" size="10"> this is 4th heading </font> </h4>
<h5> <font size="grey" size="10"> this is 5th heading </font> </h5>
<h6> <font size="black" size="10"> this is 6th first heading </font> </h6>
<p> <font color="red" size="4"> THIS IS PARAGRAPH...... HTML is hyper text markup language. It is used to create webpages</font>
</p>
</body>
</html>
RESULT
No comments:
Post a Comment