Yes you can use textarea tags outside of a form and they will display and allow text to be inserted and edited, but not being tied to a form their uses will likely be limited. Although I suppose you could always use document.getElementById("") for the text area...