表格与表单

表格与表单
xiu表格与表单
表格
1 | <table border="1px"> |
1 | <table border="1px"> |
表单
1 | method: 规定如何发送表单数据常用值,get,post |
表单元素
1、 文本框
1 | type="text" |
2、 密码框
1 | type="password" |
3、 单选按钮
1 | type="radio" |
4、复选框
1 | type="checkbox" |
5、下拉列表框
1 | select:下拉列表框 |
6、按钮
1 | 重置按钮 |
联动PHP
1 |
|
1 | <table border="1px"> |
1 | <table border="1px"> |
1 | method: 规定如何发送表单数据常用值,get,post |
1 | type="text" |
1 | type="password" |
1 | type="radio" |
1 | type="checkbox" |
1 | select:下拉列表框 |
1 | 重置按钮 |
1 |
|