There are many ways to implement the effect of prompting text boxes. You can use the properties in html5, or use js to add css style. The specific implementation process can be as follows: <input =text placeholder=What you want to enter>
You can also use js to add css style
Copy the code