place holder form 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>
<input placeholder="text">
<!-- Change "text" to what you would like the placeholder text to be -->
<input placeholder = "Placeholder"></input>