auto focus on the input and create placeholder? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

auto focus on the input and create placeholder?

program

26th Oct 2016, 1:39 AM
halina
2 ответов
+ 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