html_标签三

1. 表格 语法: <table> <tr> <th>姓名</th> <th>性别</th> </tr> <tr> <td>小明</td> <td>男</td> </tr> </table> <tr>定义表格行,<th>定义表头,<td>定义表格列   占两列:colspan=”2” 占两行:rowspan=”2”     Thead\tbody\tfoot <head> <style type=
相关文章
相关标签/搜索