Answers for "how to implement placeholder in html"

3

placeholder html

<input placeholder="text"> 
<!-- Change "text" to what you would like the placeholder text to be -->
Posted by: Guest on February-28-2021
1

placeholder html

<input placeholder = "Placeholder"></input>
Posted by: Guest on March-21-2021

Code answers related to "how to implement placeholder in html"

Browse Popular Code Answers by Language