HOW TO CHANGE FONT SIZE AND COLOR IN HTML.??
HOW TO CHANGE FONT SIZE AND COLOR IN HTML.??You can increase and decrease font size and change color by following tags.
<html>
<head>
<title>
---------then close tag
</title>
</head>
< body >
<font size=10 color=blue>
Then close this tag as
</body>
</html>
you can do practice by coping this tags on notepad that is compulsery on each PC.