Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain...
But who has any right to find fault with a man who chooses to enjoy a pleasure that has...
But I must explain to you how all this mistaken idea of denouncing pleasure and praising...
But I must explain to you how all this mistaken idea of denouncing pleasure and praising...
But I must explain to you how all this mistaken idea of denouncing pleasure and praising...
Get notified when someone else is trying to access your account.
Make calls to friends and family right from your account.
Get notified when someone else is trying to access your account.
Use your phone when login as an extra layer of security.
Using the most basic table markup.
Name | Position | Salary | |
---|---|---|---|
Tiger Nixon | System Architect | $320,800 | |
Garrett Winters | Accountant | $170,750 | |
Ashton Cox | Junior Technical Author | $86,000 | |
Cedric Kelly | Senior Javascript Developer | $433,060 | |
Airi Satou | Accountant | $162,700 |
Source Code
<table class="table">
<thead>..</thead>
<tbody>...</tbody>
</table>
Add zebra-striping to any table row.
Name | Position | Salary | |
---|---|---|---|
Tiger Nixon | System Architect | $320,800 | |
Garrett Winters | Accountant | $170,750 | |
Ashton Cox | Junior Technical Author | $86,000 | |
Cedric Kelly | Senior Javascript Developer | $433,060 | |
Airi Satou | Accountant | $162,700 |
Source Code
<table class="table table-striped">
<thead>..</thead>
<tbody>...</tbody>
</table>
Add borders on all sides of the table and cells.
Name | Position | Salary | |
---|---|---|---|
Tiger Nixon | System Architect | $320,800 | |
Garrett Winters | Accountant | $170,750 | |
Ashton Cox | Junior Technical Author | $86,000 | |
Cedric Kelly | Senior Javascript Developer | $433,060 | |
Airi Satou | Accountant | $162,700 |
Source Code
<table class="table table-bordered">
<thead>..</thead>
<tbody>...</tbody>
</table>
To enable a hover state on table rows.
Name | Position | Salary | |
---|---|---|---|
Tiger Nixon | System Architect | $320,800 | |
Garrett Winters | Accountant | $170,750 | |
Ashton Cox | Junior Technical Author | $86,000 | |
Cedric Kelly | Senior Javascript Developer | $433,060 | |
Airi Satou | Accountant | $162,700 |
Source Code
<table class="table table-hover">
<thead>..</thead>
<tbody>...</tbody>
</table>
A custom color for the head of the tables.
Name | Position | Salary | |
---|---|---|---|
Tiger Nixon | System Architect | $320,800 | |
Garrett Winters | Accountant | $170,750 | |
Ashton Cox | Junior Technical Author | $86,000 |
Name | Position | Salary | |
---|---|---|---|
Tiger Nixon | System Architect | $320,800 | |
Garrett Winters | Accountant | $170,750 | |
Ashton Cox | Junior Technical Author | $86,000 |
Source Code
<table class="table table-bordered">
<thead class="bg-info">..</thead>
<tbody>...</tbody>
</table>
A custom color for the head of the tables.
Name | Position | Salary | |
---|---|---|---|
Tiger Nixon | System Architect | $320,800 | |
Garrett Winters | Accountant | $170,750 | |
Ashton Cox | Junior Technical Author | $86,000 |
Name | Position | Salary | |
---|---|---|---|
Tiger Nixon | System Architect | $320,800 | |
Garrett Winters | Accountant | $170,750 | |
Ashton Cox | Junior Technical Author | $86,000 |
Source Code
<!-- available in 10 color variations -->
<table class="table table-bordered table-primary">
<thead>..</thead>
<tbody>...</tbody>
</table>