Background with no repeat
|
|
<html> <head>
<title>Background with no repeat</title> <style type="text/css">
div { background:url("heading2.jpg") no-repeat; width:250px; height:76px; } </style> </head>
<body>
<h1>Background Image</h1> <div></div> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
|