This you can learn in the first chapter also. Use the background=”path_of_image_file” of the <body> tag and see what happens. |
So now lets do some practical. |
Just write/copy this example on any text editor new file and save the file and open in the browser and see how it looks. |
Format with Example: |
<html> <head> <title> multi </title> </head> <body background=”img/LOGO_IN.GIF” width=”109″ height=”68″> </body> </html> |