Posted by charles cashion on 12/26/07 02:52
I have created a short html program to test
between between the following font faces...
<font face=Times
<font face=Roman
<font face="Times Roman"
<font face="New Times Roman"
<font face="Times New Roman"
Each of these font declarations is followed
by the same short message. The five messages
are identical.
Here is the program
---------------------------------------------
<html>
<font face="comic sans ms">
<font face="Times New Roman" size=6><br>
<font face="Times New Roman" size=6>
The quick brown fox jumps over the lazy dog. <br>
</font>
<font face="New Times Roman" size=6><br>
<font face="New Times Roman" size=6>
The quick brown fox jumps over the lazy dog. <br>
</font>
<font face="Times Roman" size=6><br>
<font face="Times Roman" size=6>
The quick brown fox jumps over the lazy dog. <br>
</font>
<font face="Roman" size=6><br>
<font face="Roman" size=6>
The quick brown fox jumps over the lazy dog. <br>
</font>
<font face="Times" size=6><br>
<font face="Times" size=6>
The quick brown fox jumps over the lazy dog. <br>
</font>
</font>
</html>
---------------------------------------------
Can somebody tell me what is happening?
Charles
(ps I am running windows xp and standard M$ fonts)
Navigation:
[Reply to this message]
|