- 1
What are the place holders ?
4 Respostas
+ 4
Shubham Shakya
Placeholder is used to add description in text box about inputs which you are going to enter.
+ 3
As mentioned by AÍąJ - SÍoÍlÍoÍHÍeÍlÍpÍeÍrÍ
See this to understand it
https://code.sololearn.com/WNyFgPe4fRP3/?ref=app
+ 2
hint that describes the expected value of an input field/text area. The short hint is displayed in the field before the user enters a value.
Try it yourself:-
<input placeholder="Type some text..."/>
+ 1
Thankyou SAN and AÍąJ - SÍoÍlÍoÍHÍeÍlÍpÍeÍrÍ