Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:23
Show Gist options
  • Save ezhov-da/5443020f1e243d8ff0e278a57ae0232f to your computer and use it in GitHub Desktop.
Save ezhov-da/5443020f1e243d8ff0e278a57ae0232f to your computer and use it in GitHub Desktop.
html таблица bootstrap
[code:]html[:code]<table class="table table-striped table-condensed table-hover">
<thead>
<tr>
<th>h1</th>
<th>h2</th>
</tr>
</thead>
<tbody>
<tr><td>c1</td><td>c2</td></tr>
</tbody>
</table>
[/code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment