table {display: table; border-collapse: separate; border-spacing: 2px; border-color: gray; }
tr {display: table-row; vertical-align: inherit; border-color: inherit;}
td {display: table-cell; vertical-align: inherit; }
<! DOCTYPE HTML> <html> <head> <title> Example </ title> </ head> <body> <table> <tr> <td> Apples </ td> <td> Green </ td> <td> Medium </ td> </ tr> <tr> <td> Oranges </ td> <td> Orange </ td> <td> Large </ td> </ tr> </ table> </ body> </ html>
Most popular questions within the last 30 days