auto focus on the input and create placeholder? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

auto focus on the input and create placeholder?

program

26th Oct 2016, 1:39 AM
halina
2 Answers
+ 3
<input type="text"placeholder="example@website.com"autofocus/> Supportable by HTML 5
27th Oct 2016, 3:08 PM
AlamSirji
AlamSirji - avatar
0
i thing <form> <input type="text" name="name" placeholder="Enter your name" autofocus /> </form>
24th Jun 2020, 8:22 PM
Rustamjon Kosimov
Rustamjon Kosimov - avatar