How to make text disappear inside a textbox on focus with JavaScript
This is a rather elegant solution for crowded websites with not much space. Particularly to place “Enter your comment here:” in front of a textarea, or “Enter Username:” before a textbox.
via How to make text disappear inside a textbox on focus with JavaScript.