html5的form元素

2024-11-04 03:45:13

1、form元素用来定义一个表单

html5的form元素

2、action:指定表单的发送地址

html5的form元素

3、method:表单数据发送至服务器的方法常用有两种:get/post

html5的form元素

4、添加iuput元素

html5的form元素

5、添加form显示效果

html5的form元素html5的form元素
猜你喜欢