NBA - Los Angeles Lakers
If You Had Any Problem Please Send Your Question To Us At  sagatorrent@gmail.com

Tuesday, 22 November 2011

Inserting background image and color in HTML

Background inserting code:-


<html>                                                                
  <head>
       <title>my first page</title>
  </head>
        <body background="picture.gif">
                   hello!!.. world
        </body>
</html>

                                                                       OUTPUT


Background colour code:-


<html>
  <head>
       <title>my first page</title>
  </head>
        <body bgcolor="light blue">("or any colour name")
                   hello!!.. world
        </body>
</html>

                                                               OUTPUT


No comments:

Post a Comment