Html

1.table :http://www.w3school.com.cn/tags/tag_table.asp

 1 <table border="1">
 2   <tr>
 3     <th>Month</th>
 4     <th>Savings</th>
 5   </tr>
 6   <tr>
 7     <td>January</td>
 8     <td>$100</td>
 9   </tr>
10 </table>
View Code

tr 元素定义表格行,th 元素定义表头,td 元素定义表格单元。

2.表单提交:

http://blog.csdn.net/honey_claire/article/details/7658490

action中url使用:http://blog.sina.com.cn/s/blog_9f33f9170102v7h4.html

posted on 2017-11-20 10:35  活在当下L  阅读(70)  评论(0编辑  收藏  举报

导航