How to remove placeholder text from input field when click on input field (onfocus and onblur)

In your input field just add two simple javascript code to clear any input field. The codes are following below: onfocus="this.place...