| Planet | Diam. (km) | Dist. to Sun (AU) | Grav. (m/s²) |
|---|---|---|---|
| Mercury | 4,880 | 0.39 | 3.7 |
| Venus | 12,104 | 0.72 | 8.9 |
| Earth | 12,742 | 1.00 | 9.8 |
| Mars | 6,779 | 1.52 | 3.7 |
| Average | 9,126 | 0.91 | 6.5 |
<table>
<thead>
<tr>
<th scope="col">Planet</th>
<th scope="col">Diameter (km)</th>
<th scope="col">Distance to Sun (AU)</th>
<th scope="col">Orbit (days)</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Mercury</th>
<td>4,880</td>
<td>0.39</td>
<td>88</td>
</tr>
<tr>
<th scope="row">Venus</th>
<td>12,104</td>
<td>0.72</td>
<td>225</td>
</tr>
<tr>
<th scope="row">Earth</th>
<td>12,742</td>
<td>1.00</td>
<td>365</td>
</tr>
<tr>
<th scope="row">Mars</th>
<td>6,779</td>
<td>1.52</td>
<td>687</td>
</tr>
</tbody>
<tfoot>
<tr>
<th scope="row">Average</th>
<td>9,126</td>
<td>0.91</td>
<td>341</td>
</tr>
</tfoot>
</table>Color schemes#
data-theme="light" or data-theme="dark" can be used at any level: <table>, <thead>, <tbody>, <tfoot>, <tr>, <th>, <td>.
| Planet | Diam. (km) | Dist. to Sun (AU) | Grav. (m/s²) |
|---|---|---|---|
| Mercury | 4,880 | 0.39 | 3.7 |
| Venus | 12,104 | 0.72 | 8.9 |
| Earth | 12,742 | 1.00 | 9.8 |
| Mars | 6,779 | 1.52 | 3.7 |
| Average | 9,126 | 0.91 | 6.5 |
Striped table#
.striped enable striped rows (not available in the class‑less version).
| Planet | Diam. (km) | Dist. to Sun (AU) | Grav. (m/s²) |
|---|---|---|---|
| Mercury | 4,880 | 0.39 | 3.7 |
| Venus | 12,104 | 0.72 | 8.9 |
| Earth | 12,742 | 1.00 | 9.8 |
| Mars | 6,779 | 1.52 | 3.7 |
| Average | 9,126 | 0.91 | 6.5 |