html tag background color code example
Example 1: background color css rgb
body {
background-color: rgb(255,255,255);
}
Example 2: css background color
body {background-color: coral;}
Example 3: background-color html
background-color=red;
body {
background-color: rgb(255,255,255);
}
body {background-color: coral;}
background-color=red;