The headings module exposes classes that set the sizes of your heading tags. Each heading size (`...
` through `...
`) has corresponding class listed below. Apply the class to your heading tag and the sizing will automatically happen.
For example, here's an `h4` tag. You can create it like this:
```
For example, here's an `h4` tag. You can create it like this:
```
You can also apply the headings classes to non-heading tags. For example:
This paragraph would be styled like an `h6`
```
This paragraph tag can be styled like an `h6`
```
(Note: There's a good accessibility case for doing this. Heading tags have meaning for screen readers and web scrapers, and you should avoid having multiple high-level heading tags that are only used for styling.)
### All the possible headings
Here are all the heading classes available:
```
...
```
```
...
```
```
...
```
```
...
```
```
...
```
```
...
```