📅  最后修改于: 2020-11-01 12:01:22             🧑  作者: Mango
HTML表单是文档的一部分,其中包含诸如文本字段,密码字段,复选框,单选按钮,提交按钮,菜单等控件。
HTML表单方便用户输入要发送到服务器进行处理的数据,例如名称,电子邮件地址,密码,电话号码等。
如果要从站点访问者那里收集一些数据,则需要HTML表单。
例如:如果用户想在互联网上购买某些物品,则他/她必须填写表格,例如送货地址和信用卡/借记卡详细信息,以便可以将物品发送到给定的地址。
让我们看一下HTML 5表单标签的列表。
Tag | Description |
---|---|
It defines an HTML form to enter inputs by the used side. | |
It defines an input control. | |
It defines a multi-line input control. | |
It defines a label for an input element. | |
It groups the related element in a form. | |
It defines a caption for a | |
It defines a drop-down list. | |
It defines a group of related options in a drop-down list. | |
It defines an option in a drop-down list. | |
It defines a clickable button. |
让我们看一下HTML 5表单标签的列表。
Tag | Description |
---|---|
It specifies a list of pre-defined options for input control. | |
It defines a key-pair generator field for forms. | |
It defines the result of a calculation. |