Akbarali, SAvoldan ko'zlangan maqsad qatorlarni birlashtirish!Hop
Kod · HTML
<!DOCTYPE html">
<html>
<head>
<style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px double #CCC;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px double #CCC;
}
.tableizer-table th {
background-color: #104E8B;
color: #FFF;
font-weight: bold;
}
</style>
</head>
<body>
<table cellspacing="0" border="0">
<colgroup width="72"></colgroup>
<colgroup span="3" width="131"></colgroup>
<colgroup width="66"></colgroup>
<tr>
<td colspan=5 height="27" align="center" valign=middle><b>Basic HTML TABLE</b></td>
</tr>
<tr>
<td style="border: 2px double #cccccc; " height="28" align="center" valign=middle><b><font face="Times New Roman" size=4 color="#000000">Level</font></b></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><b><font face="Times New Roman" size=4 color="#000000">Level2</font></b></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><b><font face="Times New Roman" size=4 color="#000000">Level3</font></b></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><b><font face="Times New Roman" size=4 color="#000000">Info</font></b></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><b><font face="Times New Roman" size=4 color="#000000">Name</font></b></td>
</tr>
<tr>
<td style="border: 2px double #cccccc; " rowspan=6 height="195" align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">System</font></td>
<td style="border: 2px double #cccccc; " rowspan=4 align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">System APPS</font></td>
<td style="border: 2px double #cccccc; " rowspan=3 align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">SystemENV</font></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">APP test</font></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">foo</font></td>
</tr>
<tr>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">APP Memory</font></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">foo</font></td>
</tr>
<tr>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">APP test</font></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">bar</font></td>
</tr>
<tr>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">SystemENV2</font></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">APP test</font></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">bar</font></td>
</tr>
<tr>
<td style="border: 2px double #cccccc; " rowspan=2 align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">System Memory</font></td>
<td style="border: 2px double #cccccc; " rowspan=2 align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">Memeory Test</font></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">Memory Func</font></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">foo</font></td>
</tr>
<tr>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">Apes Test</font></td>
<td style="border: 2px double #cccccc; " align="center" valign=middle><font face="Times New Roman" size=4 color="#000000">foo</font></td>
</tr>
</table>
</body>
</html>