how to add backroumd color for all ewlements code example
Example 1: html change background color
<!DOCTYPE html>
<html>
<body style="background-color:powderblue;">
</body>
</html>
Example 2: how to edit colours in background html
<html>
<body style="backgroung:red">
<body>
</html>