More about formatting using HTML.

In this tutorial we are going to learn
  • Changing text color.
So let us get started.......



Changing text color:
  • Colored text is more attractive if done properly.
  • Please see to it that text remains readable and color of text and background do not clash each others.
  • COLOR attribute is used with <FONT> to change text color. 
  • Color is defined by hexadecimal numbers or color's name(only for common colors)
Structure:
<FONT COLOR="X"> Your text </FONT>
X is replaced by hexadecimal value or color name.

No comments:

Post a Comment