+ 1
I need help with HTML
How and where do I put the code for the change the background to light blue and what is the code
1 Respuesta
+ 9
the code is CSS
It should be like...
body{
background:lightBlue;
}
How and where do I put the code for the change the background to light blue and what is the code