1 |
Another way to specify larger and smaller sizes of text, is to give font size.
-
<font size=value> where value is from 1 to 7
-
<font size=+1> to increase current size by 1
|
2 |
The default size is 3. Of course, this is all relative to the sizes chosen by the browser.
|
3 |
A Netscape 2.0 enhancement:
|
4 |
where each pair HH of hexadecimal digits specifies a number. The three numbers are taken as Red, Green and Blue in the RGB color representation.
|
5 |
Netscape also allows certain predefined color names, e.g. "white".
|
6 |
Another Netscape 2.0 enhancement is providing tags for subscripts and superscripts <sub> and <sup>, HTML 3.0 has come out with more math tags.
|