|
Basics
HTML
Java
Colors
Frames
Tables
Fonts
Graphics
Links
Contact
| |
how do i change the color and
size of my font?
To
change the colro of your font, you should add this tag after the </head>
tag, make sure you put your own text color in:
<body bgcolor="#000000" text="#FF0066">
This will change the color of the text on your whole page. I have a page of
color codes, click here if you need it. If you want
to change one word or paragraph, you would do it like this:
<font color="#FF0066">Your
text goes here</font>
To change the font size, add this size code to your tag:
<font face="arial" COLOR="#9933cc" SIZE="3">
You can make the size any number you want. The higher the number, the bigger the
font.
|