Skip to content

Instantly share code, notes, and snippets.

@ahmedazizkhelifi
Created April 2, 2020 17:44
Show Gist options
  • Save ahmedazizkhelifi/42b8c4a825400876234dea82c75004bc to your computer and use it in GitHub Desktop.
Save ahmedazizkhelifi/42b8c4a825400876234dea82c75004bc to your computer and use it in GitHub Desktop.
<table>
<thead>
<tr>
<th>Id</th>
<th>Label</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>01</td>
<td>Markdown</td>
<td>$1600</td>
</tr>
<tr>
<td>02</td>
<td>is</td>
<td>$12</td>
</tr>
<tr>
<td>03</td>
<td>AWESOME</td>
<td>$999</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment