set background colour of html code example
Example 1: html change background color
<!DOCTYPE html>
<html>
<body style="background-color:powderblue;">
</body>
</html>
Example 2: background-color html
background-color=red;
<!DOCTYPE html>
<html>
<body style="background-color:powderblue;">
</body>
</html>
background-color=red;