Horje
div table bootstrap 4 Code Example
div table bootstrap 4
<TABLE class="w3-table w3-striped w3-bordered w3-border w3-white" class="table table-striped table-dark">
  <thead>
    <tr>
      <th scope="col">#</th>
      <th scope="col">First</th>
      <th scope="col">Last</th>
      <th scope="col">Handle</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row">1</th>
      <td>Mark</td>
      <td>Otto</td>
      <td>@mdo</td>
    </tr>
    <tr>
      <th scope="row">2</th>
      <td>Jacob</td>
      <td>Thornton</td>
      <td>@fat</td>
    </tr>
    <tr>
      <th scope="row">3</th>
      <td>Larry</td>
      <td>the Bird</td>
      <td>@twitter</td>
    </tr>
  </tbody>
</table>
compact table bootstrap
Condensed Table
The .table-condensed class makes a table more compact by cutting cell padding in half




9

Related
justify-content-between bootstrap 4 Code Example justify-content-between bootstrap 4 Code Example
radio buttons html Code Example radio buttons html Code Example
import js in html Code Example import js in html Code Example
bootstrap flex vertical align Code Example bootstrap flex vertical align Code Example
html a href Code Example html a href Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12