iam a newbie to wordpress & wanna know to add a tag in my sidebar & from where i can get this tag plugin thnx
Wordpress 2.3 has tagging built in so there's no need for a plugin. You want a tag cloud in the sidebar? http://codex.wordpress.org/Template_Tags/wp_tag_cloud
you would need to add: <?php wp_tag_cloud(''); ?> Code (markup): into your sidebar file. The link provided by MTbiker lists the parameters of the function in the event you want to customize the output.