Welcome to our About Me page!
|
| Home | My Auctions | HTML-Index | Basic HTML | Link To Us | Back |
| Change Font Face / Change Font Size / Text Basics |
|
Type this:
<font color="blue">Your Text</font> And you get the following: Your Text |
Using the <font> tag with the color attribute lets you change the font color for a section of text on your Auction or Web page.
To change the font color:
|
|
Example:
Type this. <font color="#0000FF">The color of text can add visual interest.</font> And you get the following: The color of text can add visual interest. |
Tip
The FONT tag is also used to change the face (click here) and the size (click here) you can combine all attributes in the same tag e.g.,
|
Change font Face, Size and Color. Type this: <font size=4 face="Comic Sans MS" color="#CC00FF">YOUR TEXT</font> And you get the following: YOUR TEXT |