How do I change page background to get rid of the white background, also pictures | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I change page background to get rid of the white background, also pictures

I recently started, just wondering.....

30th Aug 2016, 8:19 PM
ᕮᕼᔕᗩᘉ Agario
ᕮᕼᔕᗩᘉ Agario - avatar
4 Answers
+ 4
for bg, <body bgcolor="white">, for bg image, <body background="yourimage.jpg"> or in CSS body { background-image: url("yorimage.jpg"); }
30th Aug 2016, 8:54 PM
HawkEye
HawkEye - avatar
0
Thank
31st Aug 2016, 6:19 AM
ᕮᕼᔕᗩᘉ Agario
ᕮᕼᔕᗩᘉ Agario - avatar
0
HTML uses hexadecimal numbers in terms of background colors. ranging from 0-f. to change your background color you can use this code <body bgcolor="#0000ff">. you have succeeded in changing your background color to dark blue. try it your self.
31st Aug 2016, 10:34 AM
Marshal
0
<body bgcolor="give your choice of color"> 'bgcolor' is used for changing background color in html.
6th Sep 2016, 6:30 PM
Deepshikha Patni
Deepshikha Patni - avatar