- First of all use <table> and </table>tag
- For each row enter <tr> and</tr>tag
- Inside table row means in between <tr> and </tr> use <td>and</td> to insert cell.
- Finally what contents in table you want to display those you can enter in between <td>and </td> tag
- Here, if you want border for the table then use attribute border this way <table border=”4”>
- If you want some space in between cell border and text then use attribute cellpadding (see below example)
| 
Class | 
Boys | 
Girls | 
| 
IX | 
25 | 
36 | 
 
 
 
 
 
 
0 comments:
Post a Comment