Things You'll Need:
- Web publishing software (such as NVU or Dreamweaver)
-
Step 1
In your web publishing program, open the web page that you want to edit.
-
Step 2
View the source code by clicking on the toolbar “View” then “HTML Source.”
-
Step 3
On the web page, find the text for which you want to change the color.
-
Step 4
Choose a font color to use. You can use a color name or use the color hexadecimal code if you want a precise shade. For color choices, go to the site listed in Resources, below (HTML Colors and Hexadecimal Codes).
-
Step 5
Type in the HTML tags surrounding (right before and after) the text you want to change. The opening and closing HTML tags will start with a less than sign (<) and end with a greater than sign (>). The opening tag will be <font color="colornamehere"> and the ending tag will be </font>. For example, if you want the change the words “this is a test” to red, you would type:<font color=“red”>this is a test</font>
-
Step 6
Switch back from the HTML source view to the normal view to test that the font color changed successfully. From the toolbar, click on “View” and “Preview.” If it isn’t working, check in the HTML source view that you entered the HTML syntax correctly as listed in Step 5.
-
Step 7
Save the file to keep your new changes to your font color, by clicking on “File” in the toolbar, then “Save.”








