-->

HTML font tag

How to work with font tag? We understand it using following HTML code.
--------------------------------------------------------------------------------------------------------
<html>
<head>
<title>
understanding font tag 
</title>
</head>
<body>
<font face="Impact" color="#123244" size="4">
first paragraph
</font>
<br>
<font face="Algerian" color="#222222" size="7">
We are learning html
</font>

</body>
</html>

 

No comments:

Post a Comment