+ 1
How can I change the color?š
ćI want to change it blue.the back groundļ¼ļ¼ļ¼
4 Answers
+ 3
//at css or <style> tag
body{
background-color:blue;
}
+ 1
color: red;
+ 1
Use <body bgcolor="blue">
ćI want to change it blue.the back groundļ¼ļ¼ļ¼