Home > Article > Web Front-end > How to implement h5 normal text box prompts
This article brings you an h5 input box prompt and how to implement the normal text box prompt. You can solve such problems based on the ideas of this method. I hope it can help you.
#<input id= "username" name="username" type="text" placeholder =" Please enter your username/mobile phone number" value="" style="width:100%;height :32px;border-style:none "/>
##placeholder=" Please enter your username/mobile phone number" ;
html5 input box prompt.
It’s a very simple method, you can try it.
Related recommendations;
The above is the detailed content of How to implement h5 normal text box prompts. For more information, please follow other related articles on the PHP Chinese website!