WordPress simple list of the current posts tags

<ul>
<?php the_tags(‘<li>’,’</li><li>’,’</li>’); ?>
</ul>

Simple function to print a list of tags which the current post is tagged with e.g.

Source: http://codex.wordpress.org/Function_Reference/the_tags