Functions that display HTML, and which can be customized by themes.
All functions that produce HTML for display should be themeable. This means that they should be named with the theme_ prefix, and invoked using theme() rather than being called directly. This allows themes to override the display of any Drupal object.
The theme system is described and defined in theme.inc.