What does placeholder mean | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does placeholder mean

I need a gist on what placeholder is and how it works

20th Feb 2021, 3:18 AM
Nana Kay
Nana Kay - avatar
3 Answers
+ 1
It's gives a clue to the user on what is expected to be filled in the textbox
25th Apr 2021, 3:25 PM
Zool Jam Baq
Zool Jam Baq - avatar
0
Nana Kay The placeholder attribute specifies a short hint that describes the expected value of a input field / textarea. The short hint is displayed in the field before the user enters a value.
20th Feb 2021, 3:55 AM
Mr. Unknown
- 1
hi Nana Kay a placeholder is text in the box which often gives the user a prompt like “password” and dissapears when they enter anything see below... https://code.sololearn.com/WqKtaRVblN5D/?ref=app
20th Feb 2021, 3:22 AM
Ollie Q
Ollie Q - avatar