change color of html page code example
Example 1: html change background color
<!DOCTYPE html>
<html>
<body style="background-color:powderblue;">
</body>
</html>
Example 2: html how to change text color
<p style="color:red;">This paragraph is red.</p>