Which class adds zebra-stripes to a table?
Striped Rows
The .table-striped class adds zebra-stripes to a table as follows:
<div class="container">
<h2>Striped Rows</h2>
<p>The .table-striped class adds zebra-stripes to a table:</p>
<table class="table table-striped">
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>Slightbook</td>
<td>Author1</td>slightbook.com</td>
</tr>
<tr>
<td>Slightbook</td>
<td>Author2</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Slightbook</td>
<td>Author3</td>
<td>[email protected]</td>
</tr>
</tbody>
</table>
</div>
Which class shapes an image into a circle?
Which class is used to create a big box for calling extra attention?
Which button class is used to create a large button?
Which class is used to create a button group?
How can you insert a search icon?