Skip to content

Instantly share code, notes, and snippets.

@lafikl
Last active December 11, 2015 22:09
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 lafikl/4667880 to your computer and use it in GitHub Desktop.
Save lafikl/4667880 to your computer and use it in GitHub Desktop.
<table class="table">
<thead>
<tr>
<th>#</th>
<th>الاسم الاول</th>
<th>الاسم الثاني</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>خالد</td>
<td>لافي</td>
</tr>
<tr>
<td>2</td>
<td>لافي</td>
<td>المريخي</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment