0

How do i insert a background color in my web page

19th Jan 2017, 4:06 PM
Shegz
Shegz - avatar
3 Respuestas
+ 4
most easiest but not recommended way <body bgcolor="color name"> anything </body> for production , use the previous two comments
19th Jan 2017, 4:25 PM
Sun
Sun - avatar
+ 3
at css : body{ background-color:red; } or blue, or wathever color you want. Even you can put RGB or hexas.
19th Jan 2017, 4:12 PM
Nahuel
Nahuel - avatar
0
<style> body{ background:red; } </style>
19th Jan 2017, 4:11 PM
Ramesh G.
Ramesh G. - avatar