Select Language:

color

about color :
  • color attribute specifies the color of the text inside a font element.

color usage :

<"element" color="value">
color value :
  1. color_name : Specifies the text color with a color name (like "red")
  2. hex_number : Specifies the text color with a hex code (like "#ff0000")
  3. rgb_number : Specifies the text color with an rgb code (like "rgb(255,0,0)")

color example:

<font color="red">Your some text here!</font>



origin by : w3schools.com

0 comments: