- Everyone know that for create a table that is use a rows and columns.
<table>
<border=”4″>
<tr> For use a rows
<td>Sr. no. </td>
<td> Age </td>
<td> name </td>
</tr>
</table>
Example:-
<html>
<head>
<title>CastorClasses.com</title>
<body>
<table>
<border=”4″>
<tr>
<td>Sr. no. </td>
<td> Age </td>
<td> name </td>
</tr>
<tr>
<td> 1. </td>
<td> 22 </td>
<td>ABC </td>
</tr>
</table>
</body>
</html>
0 Comments:
Post a Comment