摘要: 表头th 特殊的单元格:加粗、居中 它的用户是取代td的位置即可 thead 表格页眉 tbody 表格主体 tfoot 表个页脚 阅读全文
posted @ 2018-09-21 15:41 WhiteSpace 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 表单的标记<form></form> 属性: name:表单的名字 action=“url” 提交地址 method 提交的方式 get post target 在什么位置打开 常用的表单元素 1.<input type="#" name="">: text:文本框 password:密码框 rad 阅读全文
posted @ 2018-09-21 09:51 WhiteSpace 阅读(189) 评论(0) 推荐(0) 编辑