<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