Defines the properties for a blockquote.
Browser/User Agent Support
| IE | Netscape | Mozilla | Opera | Safari |
|---|---|---|---|---|
| 2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
Example
This example adds padding around a blockquote and sets the left margin at 10px:
blockquote {
margin-left: 10px;
padding: 5px;
}
Remarks
Common style settings for blockquote elements include changes to margins and padding.


