1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<html> <head> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> <style> table,th,td { border:1px solid black; width:380px; } </style> </head> <body> <center> <table> <tr> <td ALIGN=center>Image</td> <td ALIGN=center>Name</td> <td ALIGN=center>Count</td> </tr> (TABLECONTENT) </table> </center> </body> </html>