Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> table, table td { border: 1px solid #cccccc; } td { height: 80px; width: 160px; text-align: center; vertical-align: middle; } </style> </head> <body> <table> <tr> <td>Text</td> <td>Text</td> </tr> <tr> <td>Text</td> <td>Text</td> </tr> </table> </body> </html>