How to extend the range of HTML tags that you can use.
Drupal's default setting is to strig out any tags that aren't on the allowed list. This is useful to keep your code neat and make sure proper formatting is applied, but it can be a bit limiting. Here's how to add more tags into the allowed list ...
You might want to add styling to your new tags, that will be the subject of a new blog post soon.