0
Anybody can share with me a cording?how to change backgrpund colours?
any body can help me?
5 Answers
+ 10
don't say thank you.help to another three people and tell them help other three people,small help do big impact
āŗ
+ 7
css>> background-color:value;
html>> <body bgcolor="value">
+ 1
<tag style="background-color:yourcolor;">
as the tag you can use body, table, table cell, div, paragraph etc...
as yourcolor you can use the name of the color (yellow, blue etc.) or use a hexadecimal value like #d462f2 or rgb value like rgb(255,132,12).
for rgb values, each value seperated by commas can take values from 0 to 255.
+ 1
thank u so much to both of you..thanks you..
0
you're welcome. i agree with SD :)