How do I change page background to get rid of the white background, also pictures | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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