(8) How to change font color by html code.

How to change font color by html code:

To write html I am using here Notepad. To open Notepad click to start icon of computer. In search bar write notepad. Now click to notepad.

(i) Write your text between <font color="green"> </font> for change font color. Here, green the name of color, you change it as per your requirement. If you want to use color code than give # sign and write the 6 digit of color code. Example: <font color="#33CC00"> </font>

See following example:



Code:


Output:

html









Video:

How to change font color by html code: