Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created November 3, 2014 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/e5f325b01789008eee94 to your computer and use it in GitHub Desktop.
Save marianogonzalez/e5f325b01789008eee94 to your computer and use it in GitHub Desktop.
<table>
<tr>
<th>Country</th>
<th>City List</th>
<th>Population</th>
</tr>
<tr>
<td>italy</td>
<td>milan, venice</td>
<td>6</td>
</tr>
<tr>
<td>france</td>
<td>paris, lyon</td>
<td>9</td>
</tr>
<tr>
<td>germany</td>
<td>munich</td>
<td>4</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment