how i can change background colors | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how i can change background colors

14th Oct 2016, 10:15 PM
Gaurav Singh
Gaurav Singh - avatar
3 Answers
0
use : background-color: xxxx this is in css file
15th Oct 2016, 9:28 AM
Mohamed Ali
Mohamed Ali - avatar
0
1. First create a css document for example: style.css. 2. After that add <link rel="stylesheet" type"text/css href="style.css"> to your html document. 3. To set the background of your whole webpage use: Body{ Background-color: your color or hexadecimal }
15th Oct 2016, 8:22 PM
Brian
0
<body bgcolor="color name ">......</body>
16th Oct 2016, 2:56 AM
Yogesh S
Yogesh S - avatar