HTML5- table

	<Table border = ". 1" style = "width: 300px by; height: 100px;"> 
		<thead> </ thead>    Title table // 
		<tbody>   body forms // 
			<TR> 
				<TH> </ TH>    // cell header row 
				<TH> </ TH> 
				<TH> </ TH> 
				<TH> </ TH> 
				<TH> </ TH> 
			</ TR> 
			<TR> 
				<TD rowspan = "2"> < / TD>    // merge the next cell 
				<TD> </ TD> 
				<TD> </ TD> 
				<TD> </ TD> 
				<TD> </ TD> 
			</ TR> 
			<TR> 
				<TD> < / TD> 
				<TD> </ TD>
				<TD> </ TD> 
				<TD> </ TD> 
			</ TR> 
			<TR> 
				<TD colspan = ". 5"> </ TD>    // merge the right cell 5 
			</ tr> 
		</ tbody>
		<tfoot></tfoot>
	</table>

  

         
         
       
 

Guess you like

Origin www.cnblogs.com/wellsblog/p/11563083.html