Program:
<html>
<head>
<title> To create a table model</title>
</head>
<body>
<caption> Comphrehensive table </caption>
<colgroup width="30%" span="2">
</colgroup>
<colgroup span="3">
</colgroup>
<thead><tr><td>First</td>
<td>Second</td>
<td>Third</td>
<td>Fourth</td>
<tr><td>First</td>
<td>Second</td>
<td>Third</td>
<td>Fourth</td>
<td>Fifth</td><tr></tbody>
<tfoot><tr><td>The Table Footer</td>
</tr></tfoot></body>
No comments:
Post a Comment