Defines the properties for a Heading 4 element.
Browser/User Agent Support
| IE | Netscape | Mozilla | Opera | Safari |
|---|---|---|---|---|
| 2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
Example
This example styles an h4 element:
h4 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14pt;
color: navy;
padding-top: 6px;
padding-bottom: 0px;
}
Remarks
You can specify different amounts of padding above and below a heading to group it visually with other elements.


