I am trying to create a text area where the user can enter information which may include a url. If they enter a URL such as I need to convert it to a clickable hyperlink. I am using ASP.NET MVC and jQuery. I understand I cannot use a <textarea> and have read where I need to use a <div> instead, but I am new to this so I need a bit more information. How do I use a <div> to accomplish this? Any help with pointing me in the right direction would be greatly appreciated!