Background colours can be applied to most objects – note that “color” uses the American spelling.
Colours can be one of the 140 websafe colour names:
p {
background-color: darkblue;
}
Colours can be one of the 16million+ hexadecimal colours:
p {
background-color: #33CC22;
}
