paragraph background css code example
Example 1: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 2: css set background color
body {
background-color: red;
}
<p style="color:blue;">This paragraph is blue.</p>
body {
background-color: red;
}