. <html> <head> <title>Set URL for Background Image </title> <style type="text/css"> div { background:url("http://www.java2java.com/style/logo.png") no-repeat; width:250px; height:76px; } </style> </head> <body> <h1>Background Image</h1> <div></div> </body> </html>