Answers for "how to change color background in html"

11

html background color

<html>
 
<body style="background-color:red;">
  <p> test <p/> 
  <body/>
  </html>
Posted by: Guest on February-23-2020
2

html background color

<body style="background-color:grey;">
Posted by: Guest on August-01-2021
-1

how to edit colours in background html

<html>
  <body style="backgroung:red">
  <body>
</html>
Posted by: Guest on November-08-2020

Code answers related to "how to change color background in html"

Browse Popular Code Answers by Language