Answers for "how to chnage bg with html"

2

change background of html

<body style="background-color: color or #hexcode here;">
Posted by: Guest on February-24-2021
0

html change background color

<!DOCTYPE html>
<html>
<body style="background-color:powderblue;">

</body>
</html>
Posted by: Guest on August-16-2020

Browse Popular Code Answers by Language