Posts

Showing posts from March, 2021

How to Add Background Colour Of HTML

Image
 Background colour HTML  <html>      <head>           <title>              Example              </title>       </head>     <body style = " background - color : black" >   </body> </html> PREVIEW            > you gets all colour to change

Basic HTML

<html> <head> <title>            page title               </title>                   </head>                 <body>                          hello                                  </body>             </html> Preview Hello

Basic HTML

  HTML COMMEND <html>   <head>       <title>     example      </title>    </head>         <body>        <pre>       Hello        How are  you??         </pre>             </body>       </html> PREVIEW        Hello         How are you??