<html>
<head>
<title> Code using for font style tags in programming </title>
</head>
<body bgcolor=purple text=white>
<h1> Html is very easy to learn. </h1>
<p> <b> Welcome to the world of HTML. </b> </p>
<p> <i> This is the first paragraph. </i> <br> <u> however short it is still a paragraph!</u></p>
<p align=center> <font face="Brush script MT" size=13 color=#FF0000> And this is the second paragraph. </font></p>
<hr>
</body>
</html>

No comments:
Post a Comment