Sunday, 8 February 2015

Create a table using HTML

Program:




<html>
<head>
<title> To create a table model</title>
</head>
<body>

<table align="center" width="75%" border="1">
<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>
<td>Fifth</td></tr>
<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>
</html>


for more computer programs click here...  

Create your own website click here....

No comments:

Post a Comment