Why Place Holder Does Not Show

[Solved] Why Place Holder Does Not Show | Go - Code Explorer | yomemimo.com
Question : why place holder does not show

Answered by : monodeep-roy

<input name="nom" type="text" value="Votre Nom" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">

Source : https://stackoverflow.com/questions/27287143/placeholder-value-not-showing-in-chrome | Last Update : Thu, 27 Aug 20

Answers related to why place holder does not show

Code Explorer Popular Question For Go