I am trying to make a HTML form for creating articles and I need to add tagging functionality to it. The tagging is like what facebook or tumblr does(this form for posting this question has this functionality for add tags as well!!) , when you write something and press enter it wrap the text ino a box which has a close cross (for removing). Can anyone suggest a solution for implementing this functionality in html or javascript?