<FONT FACE="Comic Sans MS" SIZE=“2“ COLOR="Red">
This is comical and red and small</FONT><BR>
<FONT FACE="Comic Sans" SIZE="+2" COLOR="Red">
This is red and big. Is it comical?</FONT><BR>
<FONT FACE="Comic Sans" SIZE="-2" COLOR="Red">
This is red and big. Is it different?</FONT><BR>
Do the +/- values refer to the first tag or the one preceding the last element?
It is relative to the size set by the
BASEFONTelement (or 3 if noBASEFONTelement is used). From the HTML 4.01 spec:However, both
FONTandBASEFONTare deprecated and you should be using CSS instead.