📅  最后修改于: 2020-10-26 06:59:40             🧑  作者: Mango
Bulma表单元素通过使用输入元素(例如文本字段,复选框,单选按钮等)指定用户输入数据,并将其发送到服务器以处理数据。
下表列出了可用于利用Bulma CSS的各种形式的表格-
S.No. | Form Types & Description |
---|---|
1 | Form controls
Bulma contains different types of form control classes for creating variety of forms. |
2 | Input
Bulma provides input field for entering user data along with different types of variations. |
3 | Textarea
Bulma textarea is used when you need multiple lines of input. |
4 | Select
Bulma select is used when you want to allow the user to pick from multiple options. |
5 | Checkbox and Radio
The checkboxes and radio buttons can be used when you want users to choose from a list of preset options. |
6 | File
It is used to upload the files from user data. |