<body background="" bgproperties="fixed">

Browser
  • IE
  • Cr
  • Sf
  • O
Type
  • Extension

The bgproperties attribute of the BODY element specifies a fixed background image.


<body background="back.gif" bgproperties="fixed"></body>

Attribute Value Explanation
bgproperties=" " fixed fixed background image (non-scrolling)

Extension attribute. (Non standard attribute)

Example


<html>
<head>
<title>TAG index</title>
</head>
<body background="image/back.gif" bgproperties="fixed" bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">



</body>
</html>

Output

Background Image back.gif

Example pagenew window

(Default examplenew window)