Friday, June 3, 2011

HTML tutorial

col span
<html>
<head>
<title>row span</title>
</head>
<body>
<table border=3 CELLPADDING=30>
<tr>
<td colspan=2 BGCOLOR="#crft64">colspan</TD>
<td BGCOLOR="#b6f444">B</TD>
<td>&nbsp</td>
</TR>
<tr>
<td rowspan=2 BGCOLOR="#8f5t4">rowspan</TD>
<td BGCOLOR="#fkfdt4">F</TD>
<td BGCOLOR="#3gltt4"G> </TD>
<td>H</TD>
</TR>
<tr>
<td BGCOLOR="#fkfdt4">F</TD>
<td BGCOLOR="#3gltt4"G> </TD>
<td>H</TD>
</TR>
</table >
</body>
</html>
preview

No comments: