Skip to content

Instantly share code, notes, and snippets.

@mt3o
Forked from anonymous/tabelka.html
Created November 19, 2013 18:08
Show Gist options
  • Save mt3o/7549712 to your computer and use it in GitHub Desktop.
Save mt3o/7549712 to your computer and use it in GitHub Desktop.
<table>
<thead>
<tr>
<th>#</th>
<th>Tytuł</th>
<th>Opis</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Ala ma kota</td>
<td>Dużo słów opisu</td>
</tr>
<tr>
<td>2</td>
<td>Jaś ma psa</td>
<td>Jeszcze więcej opisu</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment