HTML-input文本框(添加提示文字,填写内容时消失)

只需要给 input 标签添加一个属性就可以了

 

<input placeholder=“提示语…”></input>