📜  如何使用 HTML 指定描述输入元素预期值的简短提示?

📅  最后修改于: 2021-11-07 08:21:23             🧑  作者: Mango

placeholder 属性为输入字段指定了一个简短的提示,用于描述输入字段/文本区域的预期值。在用户输入值之前,简短提示会显示在字段中。

句法:

属性值:此属性描述输入字段中的简短提示。

例子:

HTML


  

    
        How to specify a short hint
        that describes the expected
        value of an input element?
    

  

    

        GeeksforGeeks     

       

        How to specify a short hint that         describes
the expected         value of an input element?     

       
                 

                    

                
  


输出:

支持的浏览器:占位符属性支持的浏览器如下:

  • 谷歌浏览器
  • IE浏览器
  • 火狐
  • 歌剧
  • 苹果浏览器