Click Here to view Result after edited
Return to html tutorial by example
<html> <head> <title> Font color font color </ title> </ head> <body> <p> this text using the default font color. </ P> <p> <font color="#FF0000" /> this text font color is red. </ Font> </ p> <p> <font color="gray" /> this text font color is grey. </ Font> </ p> <p> <font color="#33CC00" /> this text font color green. </ Font> </ p> </ body> </ html>