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