How to Add Background Colour Of HTML

 Background colour HTML

 <html>
     <head>
          <title>
             Example 
            </title>
      </head>
    <body style = " background - color : black" >
  </body>
</html>


PREVIEW     
    
>






you gets all colour to change

Comments