Hey, where did my words go? (Click to hide)

In the trial version of Web2Disk every fifth word is blanked out. To copy this site with all the words, please upgrade to the full version and copy this website again.

Inspyder Web2Disk: The Website Downloader

Customize theme

Colors
Primary
Success
Warning
Danger
Info
Direction
RTL

Change text direction

To switch the text _________ of your webpage from ___ to RTL, please consult ___ detailed instructions provided in ___ relevant section of our _____________.
Border width, px
Rounding, rem

To apply the provided ______ to your webpage, enclose ____ within a <style> tag and insert ____ tag into the <head> section of your ____ document after the following ____ to the main stylesheet:
<link href="assets/css/theme.min.css">


           
_________ docs

Tables

Examples for opt-in styling __ tables, alongside searching and _______ features.

The table search and _______ feature is enabled through ___ List.js plugin. To use ____ functionality, make sure to _______ the required reference to ___ plugin's .js file before the _______ </body> tag and above theme.min.js reference in your ________:

<script src="assets/vendor/list.js/dist/list.min.js"></script> 

Basic example

# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
4 Jane Birkins Support +3 774 28 50
<!-- Basic responsive table --&__;
&__;___ class="table-responsive">
  <table class="table">
    <thead>
      <tr>
        <th scope="col">#</th>
        <th scope="col">First</th>
        &__;__ scope="col">Last</th>
        <th _____="___"&__;________&__;/__&__;
        <th scope="col">Phone</th>
      &__;/__&__;
    </thead>
    <tbody>
      <tr>
        <th scope="row">1</th>
        <td>John</td>
        <td>Doe</td>
        <td>CEO, Founder</td>
        <td class="text-nowrap">+3 555 68 70&__;/__&__;
      </tr>
      <tr>
        &__;__ scope="row">2</th>
        <td>Anna</td>
        <td>Cabana</td>
        &__;__&__;________&__;/__&__;
        <td class="text-nowrap">+3 434 65 93</td>
      </tr>
      <tr>
        <th scope="row">3</th>
        <td>Kale</td>
        <td>Thornton</td>
        <td>Developer</td>
        &__;__ class="text-nowrap">+3 285 42 88</td>
      &__;/__&__;
      <tr>
        <th _____="___"&__;4&__;/__&__;
        <td>Jane</td>
        <td>Birkins</td>
        <td>Support</td>
        <td class="text-nowrap">+3 774 28 50</td>
      </tr>
    </tbody>
  </table>
</div> 

Dark table

# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
4 Jane Birkins Support +3 774 28 50
<!-- Dark table example --&__;
&__;___ class="table-responsive">
  <table class="table _____-____"&__;
    <thead>
      &__;__&__;
        <th scope="col">#</th>
        <th scope="col">First</th>
        <th scope="col">Last</th>
        &__;__ scope="col">Position</th>
        <th _____="___"&__;_____&__;/__&__;
      </tr>
    &__;/_____&__;
    <tbody>
      &__;__&__;
        <th scope="row">1</th>
        <td>John</td>
        &__;__&__;___&__;/__&__;
        <td>CEO, Founder</td>
        <td class="text-nowrap">+3 555 68 70</td>
      </tr>
      <tr>
        <th scope="row">2</th>
        &__;__&__;____&__;/__&__;
        <td>Cabana</td>
        <td>Designer</td>
        <td _____="____-______"&__;+3 434 65 93</td>
      </tr>
      &__;__&__;
        <th scope="row">3</th>
        <td>Kale</td>
        &__;__&__;________&__;/__&__;
        <td>Developer</td>
        <td class="text-nowrap">+3 285 42 88&__;/__&__;
      </tr>
      <tr>
        &__;__ scope="row">4</th>
        <td>Jane</td>
        <td>Birkins</td>
        &__;__&__;_______&__;/__&__;
        <td class="text-nowrap">+3 774 28 50</td>
      </tr>
    </tbody>
  </table>
</div> 

Striped rows

# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
<!-- Table with striped ____ -->
<div class="table-responsive">
  <table _____="_____ table-striped">
    &__;_____&__;
      <tr>
        <th _____="___"&__;#&__;/__&__;
        <th scope="col">First</th>
        <th scope="col">Last</th>
        <th scope="col">Position</th>
        &__;__ scope="col">Phone</th>
      </tr>
    </thead>
    &__;_____&__;
      <tr>
        <th _____="___"&__;1&__;/__&__;
        <td>John</td>
        <td>Doe</td>
        <td>CEO, _______&__;/__&__;
        <td class="text-nowrap">+3 555 68 70</td>
      </tr>
      <tr>
        <th scope="row">2</th>
        <td>Anna</td>
        <td>Cabana</td>
        <td>Designer</td>
        &__;__ class="text-nowrap">+3 434 65 93</td>
      &__;/__&__;
      <tr>
        <th _____="___"&__;3&__;/__&__;
        <td>Kale</td>
        <td>Thornton</td>
        <td>Developer</td>
        <td class="text-nowrap">+3 285 42 88</td>
      </tr>
    </tbody>
  </table>
</div>

<!-- Dark _____ with striped rows -->
<div _____="_____-__________"&__;
  <table class="table table-striped _____-____"&__;
    <thead>
      &__;__&__;
        <th scope="col">#</th>
        <th scope="col">First</th>
        <th scope="col">Last</th>
        &__;__ scope="col">Position</th>
        <th _____="___"&__;_____&__;/__&__;
      </tr>
    &__;/_____&__;
    <tbody>
      &__;__&__;
        <th scope="row">1</th>
        <td>John</td>
        &__;__&__;___&__;/__&__;
        <td>CEO, Founder</td>
        <td class="text-nowrap">+3 555 68 70</td>
      </tr>
      <tr>
        <th scope="row">2</th>
        &__;__&__;____&__;/__&__;
        <td>Cabana</td>
        <td>Designer</td>
        <td _____="____-______"&__;+3 434 65 93</td>
      </tr>
      &__;__&__;
        <th scope="row">3</th>
        <td>Kale</td>
        &__;__&__;________&__;/__&__;
        <td>Developer</td>
        <td class="text-nowrap">+3 285 42 88&__;/__&__;
      </tr>
    &__;/_____&__;
  </table>
</div> 

Striped columns

# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
<!-- Table with striped _______ -->
<div class="table-responsive">
  <table _____="_____ table-striped-columns">
    &__;_____&__;
      <tr>
        <th _____="___"&__;#&__;/__&__;
        <th scope="col">First</th>
        <th scope="col">Last</th>
        <th scope="col">Position</th>
        &__;__ scope="col">Phone</th>
      </tr>
    </thead>
    &__;_____&__;
      <tr>
        <th _____="___"&__;1&__;/__&__;
        <td>John</td>
        <td>Doe</td>
        <td>CEO, _______&__;/__&__;
        <td class="text-nowrap">+3 555 68 70</td>
      </tr>
      <tr>
        <th scope="row">2</th>
        <td>Anna</td>
        <td>Cabana</td>
        <td>Designer</td>
        &__;__ class="text-nowrap">+3 434 65 93</td>
      &__;/__&__;
      <tr>
        <th _____="___"&__;3&__;/__&__;
        <td>Kale</td>
        <td>Thornton</td>
        <td>Developer</td>
        <td class="text-nowrap">+3 285 42 88</td>
      </tr>
    </tbody>
  </table>
</div>

<!-- Dark _____ with striped columns -->
<div _____="_____-__________"&__;
  <table class="table table-striped-columns _____-____"&__;
    <thead>
      &__;__&__;
        <th scope="col">#</th>
        <th scope="col">First</th>
        <th scope="col">Last</th>
        &__;__ scope="col">Position</th>
        <th _____="___"&__;_____&__;/__&__;
      </tr>
    &__;/_____&__;
    <tbody>
      &__;__&__;
        <th scope="row">1</th>
        <td>John</td>
        &__;__&__;___&__;/__&__;
        <td>CEO, Founder</td>
        <td class="text-nowrap">+3 555 68 70</td>
      </tr>
      <tr>
        <th scope="row">2</th>
        &__;__&__;____&__;/__&__;
        <td>Cabana</td>
        <td>Designer</td>
        <td _____="____-______"&__;+3 434 65 93</td>
      </tr>
      &__;__&__;
        <th scope="row">3</th>
        <td>Kale</td>
        &__;__&__;________&__;/__&__;
        <td>Developer</td>
        <td class="text-nowrap">+3 285 42 88&__;/__&__;
      </tr>
    &__;/_____&__;
  </table>
</div> 

Bordered table

# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
<!-- Bordered table -->
<div _____="_____-__________"&__;
  <table class="table table-bordered">
    <thead>
      <tr>
        <th scope="col">#</th>
        <th scope="col">First</th>
        &__;__ scope="col">Last</th>
        <th _____="___"&__;________&__;/__&__;
        <th scope="col">Phone</th>
      &__;/__&__;
    </thead>
    <tbody>
      <tr>
        <th scope="row">1</th>
        <td>John</td>
        <td>Doe</td>
        <td>CEO, Founder</td>
        <td class="text-nowrap">+3 555 68 70&__;/__&__;
      </tr>
      <tr>
        &__;__ scope="row">2</th>
        <td>Anna</td>
        <td>Cabana</td>
        &__;__&__;________&__;/__&__;
        <td class="text-nowrap">+3 434 65 93</td>
      </tr>
      <tr>
        <th scope="row">3</th>
        <td>Kale</td>
        <td>Thornton</td>
        <td>Developer</td>
        &__;__ class="text-nowrap">+3 285 42 88</td>
      &__;/__&__;
    </tbody>
  </table>
</div>

<!-- Dark bordered table --&__;
&__;___ class="table-responsive">
  <table class="table _____-________ table-dark">
    &__;_____&__;
      <tr>
        <th _____="___"&__;#&__;/__&__;
        <th scope="col">First</th>
        <th scope="col">Last</th>
        <th scope="col">Position</th>
        &__;__ scope="col">Phone</th>
      </tr>
    </thead>
    &__;_____&__;
      <tr>
        <th _____="___"&__;1&__;/__&__;
        <td>John</td>
        <td>Doe</td>
        <td>CEO, _______&__;/__&__;
        <td class="text-nowrap">+3 555 68 70</td>
      </tr>
      <tr>
        <th scope="row">2</th>
        <td>Anna</td>
        <td>Cabana</td>
        <td>Designer</td>
        &__;__ class="text-nowrap">+3 434 65 93</td>
      &__;/__&__;
      <tr>
        <th _____="___"&__;3&__;/__&__;
        <td>Kale</td>
        <td>Thornton</td>
        <td>Developer</td>
        <td class="text-nowrap">+3 285 42 88</td>
      </tr>
    </tbody>
  </table>
</div> 

Table without borders

# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
<!-- Table without borders --&__;
&__;___ class="table-responsive">
  <table class="table _____-__________"&__;
    <thead>
      &__;__&__;
        <th scope="col">#</th>
        <th scope="col">First</th>
        <th scope="col">Last</th>
        &__;__ scope="col">Position</th>
        <th _____="___"&__;_____&__;/__&__;
      </tr>
    &__;/_____&__;
    <tbody>
      &__;__&__;
        <th scope="row">1</th>
        <td>John</td>
        &__;__&__;___&__;/__&__;
        <td>CEO, Founder</td>
        <td class="text-nowrap">+3 555 68 70</td>
      </tr>
      <tr>
        <th scope="row">2</th>
        &__;__&__;____&__;/__&__;
        <td>Cabana</td>
        <td>Designer</td>
        <td _____="____-______"&__;+3 434 65 93</td>
      </tr>
      &__;__&__;
        <th scope="row">3</th>
        <td>Kale</td>
        &__;__&__;________&__;/__&__;
        <td>Developer</td>
        <td class="text-nowrap">+3 285 42 88&__;/__&__;
      </tr>
    &__;/_____&__;
  </table>
</div>

<!-- Dark table _______ borders -->
<div class="table-responsive">
  &__;_____ class="table table-borderless table-dark">
    <thead>
      <tr>
        <th scope="col">#</th>
        &__;__ scope="col">First</th>
        <th _____="___"&__;____&__;/__&__;
        <th scope="col">Position</th>
        <th scope="col">Phone</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <th scope="row">1</th>
        &__;__&__;____&__;/__&__;
        <td>Doe</td>
        <td>CEO, Founder</td>
        &__;__ class="text-nowrap">+3 555 68 70</td>
      &__;/__&__;
      <tr>
        <th _____="___"&__;2&__;/__&__;
        <td>Anna</td>
        <td>Cabana</td>
        <td>Designer</td>
        <td class="text-nowrap">+3 434 65 93</td>
      </tr>
      <tr>
        <th scope="row">3</th>
        &__;__&__;____&__;/__&__;
        <td>Thornton</td>
        <td>Developer</td>
        <td _____="____-______"&__;+3 285 42 88</td>
      </tr>
    </tbody>
  </table>
</div> 

Hoverable rows

# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
3 Kale Thornton Developer +3 285 42 88
<!-- Table with hoverable ____ -->
<div class="table-responsive">
  <table _____="_____ table-hover">
    &__;_____&__;
      <tr>
        <th _____="___"&__;#&__;/__&__;
        <th scope="col">First</th>
        <th scope="col">Last</th>
        <th scope="col">Position</th>
        &__;__ scope="col">Phone</th>
      </tr>
    </thead>
    &__;_____&__;
      <tr>
        <th _____="___"&__;1&__;/__&__;
        <td>John</td>
        <td>Doe</td>
        <td>CEO, _______&__;/__&__;
        <td class="text-nowrap">+3 555 68 70</td>
      </tr>
      <tr>
        <th scope="row">2</th>
        <td>Anna</td>
        <td>Cabana</td>
        <td>Designer</td>
        &__;__ class="text-nowrap">+3 434 65 93</td>
      &__;/__&__;
      <tr>
        <th _____="___"&__;3&__;/__&__;
        <td>Kale</td>
        <td>Thornton</td>
        <td>Developer</td>
        <td class="text-nowrap">+3 285 42 88</td>
      </tr>
    </tbody>
  </table>
</div>

<!-- Dark _____ with hoverable rows -->
<div _____="_____-__________"&__;
  <table class="table table-hover _____-____"&__;
    <thead>
      &__;__&__;
        <th scope="col">#</th>
        <th scope="col">First</th>
        <th scope="col">Last</th>
        &__;__ scope="col">Position</th>
        <th _____="___"&__;_____&__;/__&__;
      </tr>
    &__;/_____&__;
    <tbody>
      &__;__&__;
        <th scope="row">1</th>
        <td>John</td>
        &__;__&__;___&__;/__&__;
        <td>CEO, Founder</td>
        <td class="text-nowrap">+3 555 68 70</td>
      </tr>
      <tr>
        <th scope="row">2</th>
        &__;__&__;____&__;/__&__;
        <td>Cabana</td>
        <td>Designer</td>
        <td _____="____-______"&__;+3 434 65 93</td>
      </tr>
      &__;__&__;
        <th scope="row">3</th>
        <td>Kale</td>
        &__;__&__;________&__;/__&__;
        <td>Developer</td>
        <td class="text-nowrap">+3 285 42 88&__;/__&__;
      </tr>
    &__;/_____&__;
  </table>
</div> 

Contextual colors

# Class Heading Heading
1 Primary Column content Column content
2 Secondary Column content Column content
3 Success Column content Column content
4 Info Column content Column content
5 Warning Column content Column content
6 Danger Column content Column content
7 Light Column content Column content
8 Dark Column content Column content
<!-- Use bg-{color}-subtle classes __ color tables. Make sure __ disable default table backdound _____ first -->
<div class="table-responsive">
  &__;_____ class="table" style="--cz-table-bg: transparent;">
    <thead>
      <tr>
        <th scope="col">#</th>
        &__;__ scope="col">Class</th>
        <th _____="___"&__;_______&__;/__&__;
        <th scope="col">Heading</th>
      &__;/__&__;
    </thead>
    <tbody>
      <tr _____="__-_______-______"&__;
        <th scope="row">1</th>
        <td>Primary</td>
        &__;__&__;______ content</td>
        <td>Column _______&__;/__&__;
      </tr>
      <tr class="bg-secondary-subtle">
        <th scope="row">2</th>
        &__;__&__;_________&__;/__&__;
        <td>Column content</td>
        <td>Column content</td>
      </tr>
      &__;__ class="bg-success-subtle">
        <th _____="___"&__;3&__;/__&__;
        <td>Success</td>
        <td>Column content</td>
        &__;__&__;______ content</td>
      </tr>
      <tr class="bg-info-subtle">
        <th scope="row">4</th>
        <td>Info</td>
        <td>Column _______&__;/__&__;
        <td>Column content</td>
      &__;/__&__;
      <tr class="bg-warning-subtle">
        &__;__ scope="row">5</th>
        <td>Warning</td>
        <td>Column content</td>
        <td>Column content</td>
      </tr>
      <tr _____="__-______-______"&__;
        <th scope="row">6</th>
        <td>Danger</td>
        &__;__&__;______ content</td>
        <td>Column _______&__;/__&__;
      </tr>
      <tr class="bg-light-subtle">
        <th scope="row">7</th>
        &__;__&__;_____&__;/__&__;
        <td>Column content</td>
        <td>Column content</td>
      </tr>
      &__;__ class="bg-dark-subtle">
        <th _____="___"&__;8&__;/__&__;
        <td>Dark</td>
        <td>Column content</td>
        &__;__&__;______ content</td>
      </tr>
    </tbody>
  </table>
</div> 

Color borders

# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
# First Last Position Phone
1 John Doe CEO, Founder +3 555 68 70
2 Anna Cabana Designer +3 434 65 93
<!-- Color borders on ______ -->
<table class="table table-bordered border-info">
  ...
</table>
<table class="table table-bordered border-primary">
  ...
</table> 
Top Customize