Answers for "change place holder text"

CSS
-1

change input placeholder text css

#text2::-webkit-input-placeholder::before {
    color:#666;
    content:"Line 1A Line 2A Line 3A";
}
Posted by: Guest on January-19-2021
0

set placeholder text

<input placeholder="beans">
Posted by: Guest on October-21-2021

Browse Popular Code Answers by Language