0
how i can change background colors
3 Respostas
0
use : background-color: xxxx this is in css file
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
}
0
<body bgcolor="color name ">......</body>