- color attribute specifies the color of the text inside a font element.
color usage :
<"element" color="value">
color value :
- color_name : Specifies the text color with a color name (like "red")
- hex_number : Specifies the text color with a hex code (like "#ff0000")
- 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:
Post a Comment