0

How to colour?

8th Aug 2016, 10:05 AM
Torekulislam
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>
10th Aug 2016, 11:36 AM
Š˜Š³Š¾Ń€ŃŒ Шин
Š˜Š³Š¾Ń€ŃŒ Шин - avatar
+ 1
#CODEFF
10th Aug 2016, 11:35 PM
Melnraksts (Melnraksts)
Melnraksts (Melnraksts) - avatar
0
Whole text on body <body text="red"> or color background <bady bgcolor="red"> , u can control easily be css
9th Aug 2016, 2:13 AM
Daliah Aljutayli-ŲÆŲ§Ł„ŁŠŁ‡ Ų§Ł„Ų¬Ų·ŁŠŁ„ŁŠ
Daliah Aljutayli-ŲÆŲ§Ł„ŁŠŁ‡ Ų§Ł„Ų¬Ų·ŁŠŁ„ŁŠ - avatar