Quantcast
Channel: Programming – Programming blog – website programming blog, blog on website programming .net, java , php and mor
Viewing all articles
Browse latest Browse all 31

Program to insert Background Image

$
0
0

<html>
 <head>
 <style type="text/css">
 body {background-image:url('systeuser/desktop/bc.jpg');}/*inserting background image*/
 </style>
 </head>
 <body>
 <h1>Hello!</h1>
 </body>
 </html>

output:

Hello!

(If u run this code in Internet Explorer,the background image will be displayed with “Hello!” Message).


Viewing all articles
Browse latest Browse all 31

Trending Articles