0
How to colour?
3 Answers
+ 1
for text (html):
<span color="color">text</span>
<font color="color">text</font>
for text (css):
<span style="color: yourcolor;">text</span>
<font style="color: yourcolor;">text</font>
<p style="color: yourcolor;">text</p>
for background (html):
<body bgColor="color"></body>
<body background="color"></body>
for background (css):
<body style="background: yourcolor;"></body>
+ 1
#CODEFF
0
Whole text on body <body text="red"> or color background <bady bgcolor="red"> , u can control easily be css