Answers for "how to add a background colour in .html"

10

html background color

<html>
 
<body style="background-color:red;">
  <p> test <p/> 
  <body/>
  </html>
Posted by: Guest on February-23-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 "how to add a background colour in .html"

Browse Popular Code Answers by Language