how i can add hint on textbox in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how i can add hint on textbox in html

how i can add hint text on textbox on html

4th Jan 2018, 5:32 PM
Karim Abdallah
Karim Abdallah - avatar
4 Answers
+ 1
<input type="text" placeholder="placeholder text goes here">
4th Jan 2018, 5:48 PM
Darshan K M
Darshan K M - avatar
+ 2
thank you Darshan K M
4th Jan 2018, 5:50 PM
Karim Abdallah
Karim Abdallah - avatar
+ 1
placeholder = "hint is this"
4th Jan 2018, 5:45 PM
Niush
Niush - avatar
+ 1
thank you
4th Jan 2018, 5:46 PM
Karim Abdallah
Karim Abdallah - avatar