1 <! DOCTYPE html>
2
3
4<meta charset= "utf-8" >
5<title> forms </title>
6<link rel= "stylesheet" type= "text/css" href= "" >
7
8 <body>
9<!--table--
Ten<table border= "1" width= "400px;" height= "500px;" >
<caption> Table name </caption>
<!--table head th (table head)--
<thead>
<tr>
<th>123</th>
<th>123</th>
<th>123</th>
<th>123</th>
<th>123</th>
<th>123</th>
<th>123</th>
</tr>
</thead>
24
<!--line tr (to right)--
<tbody>
<tr border= "1" style= "text-align:center" >
<!--column TD (to-down)--
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<td>123</td>
<!--rowspan= "quantity (merge multiple lines into one line)--
<td rowspan= "2" >123</td>
PanaxNotoginseng </tr>
<tr border= "1" style= "text-align:center" >
<td>123</td>
<!--colspan= "number (combine multiple columns into one column)--
<td colspan= "2" >123</td>
<!--<td>123</td>--
<td>123</td>
<td>123</td>
<td>123</td>
<!--<td>123</td>--
</tr>
</tbody>
</table>
</body>
Wuyi
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/88/FF/wKiom1gEXVTTx6jNAAAqv87EdjE736.png-wh_500x0-wm_3 -wmp_4-s_3400398554.png "title=" Capture. PNG "alt=" wkiom1gexvttx6jnaaaqv87edje736.png-wh_50 "/>
This article is from the "12145704" blog, please be sure to keep this source http://12155704.blog.51cto.com/12145704/1862618
HTML Table (table)