Two semi-related questions:
1) I've seen <input>
and <textarea>
boxes that contain some default text, like "enter search terms here", and the moment you click on the box, the text disappears. How is this implemented? Is this a Javascript thing?
2) Can the default text be in one color, and whatever you type (either overwriting, or appending), be in a different color?