Text
Text size
You can change the size of your text with these tags;
<font size="3"> any number from 1 to 7, end the tag with </font>
<big> and end the tag with </big>
<small> and end the tag with </small>
Font Face (style of font)
To set a different font face use;
<font face="times new roman"> again you would end this tag with </font>
To set multiple font faces, incase the viewing computer doesn't have that style you would
separate each font with a ",".
<font face="font1,font2,font3,font4,etc"> where font1 would be the font you wanted to show first and the others in the sequence you would want if the other fonts aren't available.
This text is Arial style.
Text color
To set the text color use the following tag:
<font color="blue"> or a hex value <font color="#0000FF">
This text is blue
Text size and color for entire document
To set the text size of the whole document use the <basefont="3">
To set the text color for the entire docment, in the <body> tag add text="blue"
Click here to get The Websafe and Reallysafe Palettes.
Click here to get Named Colors.