+ 1
How can I change the color?đ
ăI want to change it blue.the back groundïŒïŒïŒ
4 Respostas
+ 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ïŒïŒïŒ