Answers for "chnage background color in html"

10

html background color

<html>
 
<body style="background-color:red;">
  <p> test <p/> 
  <body/>
  </html>
Posted by: Guest on February-23-2020
-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 "chnage background color in html"

Browse Popular Code Answers by Language