In WebCT, the default title is font size 5. In many cases this is very large and you will want to make the title smaller. For comparison, here is the equivalent point size for each of the HTML font sizes.
| HTML font size | Point size | CSS absolute size | Heading equivalent |
| 0 | 6 | (no equivalent) | (no equivalent) |
| 1 | 8 | xx-small | h6 |
| 2 | 10 | small (x-small has no equivalent) | h5 |
| 3 | 12 | medium | h4 |
| 4 | 14 | large | h3 |
| 5 | 18 | x-large | h2 |
| 6 | 24 | xx-large | h1 |
| 7 | 36 | (no equivalent) | (no equivalent) |