Sometimes you may want to be able to use html in your excerpts. The the_excerpt(); tag removes all of the html. However you can use the_excerpt_rss(); instead. This may affects your rss feed so if you are going to use this, you probably want to set your reading settings so that the full posts are put in RSS feeds, rather than excerpts.
<?php the_excerpt_rss(); ?>
