Html tutorial – How to change text color in html page

Jul 20, 2012, by admin

html-colorHTML is a simple mark-up language, used to design simple web pages. Here are some simple steps to direct you through the use of HTML tags to change the color of text using the <font> tag.

Change-Text-Color-in-HTMLSteps to change text color in html page

1.Select a color to use for your font. Keep in mind that colors that are similar on the color range to your background should not be used as the font as they will make it difficult to read the text.

html-color-chat2.Insert <font color=”color”> around the area you want colored.

Change-Text-Color-in-HTML-13.To change back to the default text and end the coloring use </font>