Friday, October 17, 2014

Write A Html code to Demonstrate <font> tag.


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

<html>
<head>
<title>example FONT tag</title>
</head>
<body>This Program is display the use of Font tag.
<p><Font face="Monotype Corsiva">font face=times new roman</Font></p>
<p><Font size="5">font size=5</Font></p>
<p><Font color="#FF00FF">font color="#FF00FF"</Font></p>
<p><Font color="green">font color="green"</Font></p>
</body>
</html>


No comments: