Have you come across a situation when you have designed a form for your page and you forgot to add the labels for the input field. Or you just want a compact form with the labels inside the input textfield itself. Then don't worry you don't require to break your head and change the css styles or the design.
Using basic javascript you can accomplish the feat of putting the label inside the text input field.