placeholder in html form code example
Example 1: placeholder html
<input placeholder="text">
<!-- Change "text" to what you would like the placeholder text to be -->
Example 2: input text hint
placeholder="123-45-678"
<input placeholder="text">
<!-- Change "text" to what you would like the placeholder text to be -->
placeholder="123-45-678"