Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlanSimpsonMe/7834f53033da871accb9facac6a9788d to your computer and use it in GitHub Desktop.
Save AlanSimpsonMe/7834f53033da871accb9facac6a9788d to your computer and use it in GitHub Desktop.
Table
<table border="3" cellspacing="0" cellpadding="2">
<tr>
<th colspan="3" align="center">Hot Dog Calories</th>
</tr>
<tr>
<th>Ingredient</th>
<th>Calories</th>
<th>Taste</th>
</tr>
<tr>
<td>Hot Dog</td>
<td align="right">150</td>
<td rowspan="3">Good</td>
</tr>
<tr>
<td>Bun</td>
<td align="right">80</td>
</tr>
<tr>
<td>Ketchup</td>
<td align="right">10</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment