Home  >  Article  >  Web Front-end  >  How to implement h5 normal text box prompts

How to implement h5 normal text box prompts

小云云
小云云Original
2017-12-11 10:59:122054browse

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.


  1. #<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;

HTML implementation of simple prompt box

HTML5 desktop notification prompt function implementation

H5 Example of Implementing Desktop Notification and Prompt Function

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn