Friday, October 17, 2014

Write A Html code to Demonstrate <font> tag.


Write A Html code to Demonstrate <font> tag.
Code :font.html

<html>
<head>
<title>example FONT tag</title>
</head>
<body text=”purple”><br><br>
<font color="white” face="pristina" size="20" title="font">
SHRI P.K.M. COLLEGE</FONT>
</body>
</html>


No comments: