placeholder - підказка.
<input placeholder="text">
input - тег <input>.
text - текст підказки.
placeholder атрибут тегу input який вказує коротку підказку.
Атрибут placeholder застосовується разом з атрибутом type: text, search, email, password, tel, url.
Атрибут placeholder входить у специфікацію HTML5.
Ім'я:<input type="text" placeholder="Ваше імя">