Thursday 26 January 2017

Try html

<html>
<head>
<title>Naming the tables</title>
</head>
<body>
<table border="2">
<caption> MyTable</caption>
<tr>
<td> nikesh kumar</td>
<td>India</td>
</tr>
</table>
</body>
</html>

No comments:

Post a Comment