ITS Home Tech Support Laptop Program E Learning Media Services Communications

Web Services Home

How to obtain Webspace

Course1

Desire2Learn

Web Accessibility Guidelines

WSU Web Policy

HTML Tutorial

FTP Tutorial

Student Webs

Student Clubs

Webmail

 

Text Color

You can change the color of the text by setting the COLOR="font_color" attribute in the <font> tag. The Color is usually set by using the hexadecimal system (#000000 black to #FFFFFF white).

Color could also be set in newer browsers by using the simple word of the color. (Red for Red, Blue for Blue, etc.).

<font color="red">Here we have red.</font>
Here we have red.

<font color="blue" face="verdana">This is blue and verdana font.</font>
This is blue and verdana font.

<font color="#009900" size="+2" face="garamond">Finally green using the hexidecimal system.</font>
Finally green using the hexidecimal system.

Note: As shown above, you can use the different font attributes at the same time. The final sentence uses font size, color, and face.

<---Back to Font Extensions    On to Align Attribute--->