Change the Font
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Fonts</title>
</head>
<body>
Testing <br>
<font color="#CC0000">Testing color</font> <br>
<font size="+5">Testing size=+5</font> <br>
<font size="-5">Testing size=-5</font> <br>
<font face="Arial, Helvetica, sans-serif">Testing face=Arial</font> <br>
<font face="Times New Roman, Times, serif">Testing face=Times</font> <br>
<font face="Courier New, Courier, mono">Testing face=Courier</font> <br>
<font style="background-color:#FF0000">Testing style=background-color</font><br>
</body>
</html>
Link to this Page