how to give hint in textbox in html code example
Example 1: hint text html
<input placeholder="Name" ></input>
Example 2: input text hint
placeholder="123-45-678"
<input placeholder="Name" ></input>
placeholder="123-45-678"