<!DOCTYPE html> <html> <body> <table border="1"> <caption>The top populated countries</caption> <tr> <th> Countries </th> <th> Population </th> <th> Area</th> <th> Capital </th> </tr> <tr> <td> India </td> <td> 1,382,323,332 </td> <td> 3,287,263 </td> <td> New Delhi </td> </tr> <tr> <td> Mexico </td> <td> 129,163,276 </td> <td> 1,964,375 </td> <td> Mexico City </td> </tr> </table> </body> </html>
Run
×
Share