set text background color in html code example
Example 1: html change background color of page
<body bgcolor="some color">
HTML goes here
</body>
Example 2: html how to change text color
<p style="color:red;">This paragraph is red.</p>
<body bgcolor="some color">
HTML goes here
</body>
<p style="color:red;">This paragraph is red.</p>