Answers for "which tag is used to change the background colour of the web page"

2

html change background color of page

<body bgcolor="some color">
 HTML goes here
</body>
Posted by: Guest on July-30-2020
0

html change background color

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

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

Code answers related to "which tag is used to change the background colour of the web page"

Browse Popular Code Answers by Language