ADDING COLOR TO FONT IN HTML-
<html>
<head>
<title>Web Designing</title>
</head>
<body bgcolor="black">
<font face="Times New Roman" color="RED" size="5">
THIS TEXT IS in "TIMES NEW ROMAN "font and in red color with font size=5
</font>
</body>
</html>
RESULT
No comments:
Post a Comment