Tabele

Spread the love

# Numele Prenumele Username
1 Vasile Popescu @vasipop
2 Elena Ionescu @elenaio
3 Paul Georgescu @pgeo
<table class="table [more]">
<thead>
<tr>
<th>#</th>
<th>Numele</th>
<th>Prenumele</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Vasile</td>
<td>Popescu</td>
<td>@vasipop</td>
</tr>
<tr>
<td>2</td>
<td>Elena</td>
<td>Ionescu</td>
<td>@elenaio</td>
</tr>
<tr>
<td>3</td>
<td>Paul</td>
<td>Georgescu</td>
<td>@pgeo</td>
</tr>
</tbody>
</table>

Clase suplimentare optionale (in loc de [more]) table-striped table-bordered, table-condensed

You may also like