Difficulty: Moderately Easy
Things You’ll Need:
- Computer
- Website
- HTML Editor
Step1
Open the webpage in which you want to change the text color in an HTML editor such as Notepad.
Step2
Add the following line to the body to change the text color to BLUE.
BODY TEXT="#0000FF"
Add the following line to the body to change the text color to RED.
BODY TEXT="#FF0000"
Add the following line to the body to change the text color to GREEN.
BODY TEXT="#00FF00"
Step3
Be sure to save the new file and then upload it to your website.
Comments
2besure said
on 6/3/2008 This is good to know because I get bored easily with my webpage.
AutumnLeavz said
on 5/31/2008 Great info to know, thanks!