Defines the properties for a Heading 5 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 h5 element:
h5 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: black;
padding-top: 3px;
padding-bottom: 0px;
}
Remarks
You can specify different amounts of padding above and below a heading to group it visually with other elements.


