I’m seventeen and I’m crazy. My uncle says the two always go together. When people ask your age, he said, always say seventeen and insane.
— Ray Bradbury

Left, Center, and Right?

Yup, on one line. Rock on, CSS.

Left-aligned bit of text Right-aligned bit of text Center bit

The only problem with this code and stuff is that the source is in this order:

  1. Left
  2. Right
  3. Center

So method 2

Left-aligned bit of text
Center bit
Right-aligned bit of text

And that's in the same order as the source!  Note that this works in IE currently only in Standards mode, thought a hack would be simple for Quirks mode.  When the IE-targetted anti-jump hack is on, the text will be gold for demonstration purposes.  Removing it for actual use is advised (duh!).