📌  相关文章
📜  如何指定用户在提交 HTML5 表单之前需要选择一个值?

📅  最后修改于: 2021-11-10 04:21:13             🧑  作者: Mango

本文的目的是指定用户在提交 HTML5 表单之前需要选择一个值。这将强制用户在提交表单之前输入一个值。

下面的例子将演示这种方法:

示例 1:

HTML


  
    
      

        How to specify that the user is         required to select a value before         submitting the form in HTML5       

                     
  


HTML


  
    
      

        How to specify that the user is required         to select a value before         submitting the form in HTML5       

                             
                    
                    
           
  


输出:如我们所见,我们需要在提交表单之前选择列表中的项目。

示例 2:

HTML



  
    
      

        How to specify that the user is required         to select a value before         submitting the form in HTML5       

                             
                    
                    
           
  

输出:如我们所见,我们需要在提交表单之前选中复选框。

复选框元素