Answers for "change background colour 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

change background of html

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

Code answers related to "change background colour in html"

Browse Popular Code Answers by Language