FORM标记符 Method属性(get、post) ■ Enctype属性
FORM标记符 ◼ Method属性(get、post) ◼ Enctype属性
表单控件的类型 ■文本框 ■复选框 ■单选框 ■按钮 ■选项菜单
表单控件的类型 ◼ 文本框 ◼ 复选框 ◼ 单选框 ◼ 按钮 ◼ 选项菜单 ◼ ……
文本框 ■单行文本框 < cinput type=“text”size=3 ■口令框 < input type=“ password” size=5>>
文本框 ◼ 单行文本框 ◼ <input type=“text” size=“”> ◼ 口令框 ◼ <input type=“password” size=“”>