Defines the properties for the document Body.
Browser/User Agent Support
| IE | Netscape | Mozilla | Opera | Safari |
|---|---|---|---|---|
| 2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
Example
This example sets the default font and background image as a vertically repeating gif image for the body of a document:
body {
font-family:Arial, Helvetica, sans-serif;
background-image: url('/content/images/nachos.gif');
background-repeat:repeat-y;
}
Remarks
Common style settings for blockquote elements include changes to margins and padding.


