Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Wednesday, May 1, 2013

Add a label inside a textfield in a HTML form with basic javascript


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.