Components

Alert (alert)

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

<div class="alert-primary alert-dismissible fade show alert" role="alert"> <h4 class="alert-heading">Well done!</h4> A simple alert—check it out! <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="alert-secondary alert-dismissible fade show alert" role="alert"> <h4 class="alert-heading">Well done!</h4> A simple alert—check it out! <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="alert-success alert-dismissible fade show alert" role="alert"> <h4 class="alert-heading">Well done!</h4> A simple alert—check it out! <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="alert-danger alert-dismissible fade show alert" role="alert"> <h4 class="alert-heading">Well done!</h4> A simple alert—check it out! <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="alert-warning alert-dismissible fade show alert" role="alert"> <h4 class="alert-heading">Well done!</h4> A simple alert—check it out! <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="alert-info alert-dismissible fade show alert" role="alert"> <h4 class="alert-heading">Well done!</h4> A simple alert—check it out! <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="alert-light alert-dismissible fade show alert" role="alert"> <h4 class="alert-heading">Well done!</h4> A simple alert—check it out! <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="alert-dark alert-dismissible fade show alert" role="alert"> <h4 class="alert-heading">Well done!</h4> A simple alert—check it out! <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div>

Badge (badge)

A small count and labeling component. Badges scale to match the size of the immediate parent element by using relative font sizing and em units.

New New New New New New New New New New New New New New New New New
<span class="badge-primary badge">New</span> <span class="badge-secondary badge">New</span> <span class="badge-success badge">New</span> <span class="badge-danger badge">New</span> <span class="badge-warning badge">New</span> <span class="badge-info badge">New</span> <span class="badge-light badge">New</span> <span class="badge-dark badge">New</span> <span class="badge-pill badge-primary badge">New</span> <span class="badge-pill badge--secondary badge">New</span> <span class="badge-pill badge-success badge">New</span> <span class="badge-pill badge-danger badge">New</span> <span class="badge-pill badge-warning badge">New</span> <span class="badge-pill badge-info badge">New</span> <span class="badge-pill badge-light badge">New</span> <span class="badge-pill badge-dark badge">New</span> <span class="badge-link badge-primary badge">New</span>

Blockquote (blockquote)

For quoting blocks of content from another source within your document.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title
<blockquote class="blockquote"> <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer class="blockquote-footer"> <span>Someone famous in </span> <cite title="Source Title">Source Title</cite> </footer> </blockquote>

Indicate the current page’s location within a navigational hierarchy that automatically adds separators via CSS.


Button (button)

For actions in forms, dialogs, and more with support for multiple sizes, states, and more.

<a class="btn-primary btn" href="http://example.com">Submit</a> <a class="btn-secondary btn" href="http://example.com">Submit</a> <a class="btn-success btn" href="http://example.com">Submit</a> <a class="btn-danger btn" href="http://example.com">Submit</a> <a class="btn-warning btn" href="http://example.com">Submit</a> <a class="btn-info btn" href="http://example.com">Submit</a> <a class="btn-light btn" href="http://example.com">Submit</a> <a class="btn-dark btn" href="http://example.com">Submit</a> <a class="btn-link btn" href="http://example.com">Submit</a> <a class="btn-outline-primary btn" href="http://example.com">Submit</a> <a class="btn-outline-secondary btn" href="http://example.com">Submit</a> <a class="btn-outline-success btn" href="http://example.com">Submit</a> <a class="btn-outline-danger btn" href="http://example.com">Submit</a> <a class="btn-outline-warning btn" href="http://example.com">Submit</a> <a class="btn-outline-info btn" href="http://example.com">Submit</a> <a class="btn-outline-light btn" href="http://example.com">Submit</a> <a class="btn-outline-dark btn" href="http://example.com">Submit</a> <a class="btn-primary btn-lg btn" href="http://example.com">Submit</a> <a class="btn-primary btn-lg btn-block btn" href="http://example.com">Submit</a> <a class="btn-secondary btn-lg btn-block btn" href="http://example.com">Submit</a> <a class="btn-primary btn-sm btn" href="http://example.com">Submit</a> <a class="btn-secondary btn-sm btn" href="http://example.com">Submit</a> <a class="btn-outline-primary btn-sm btn" href="http://example.com">Submit</a> <a class="btn-outline-secondary btn-sm btn" href="http://example.com">Submit</a> <a class="btn-outline-primary btn-lg btn" href="http://example.com">Submit</a> <a class="btn-outline-primary btn-lg btn-block btn" href="http://example.com">Submit</a> <a class="btn-outline-secondary btn-lg btn-block btn" href="http://example.com">Submit</a> <a class="btn-link-primary btn" href="http://example.com">Submit</a>

Button Group (button_group)

Group a series of buttons together on a single line with the button group, and super-power them with JavaScript.

First Second Third
First Second Third
First Second Third
First Second Third
<div aria-label="Basic example" class="btn-group" role="group"> <span class="btn-secondary btn">First</span> <span class="btn-secondary btn">Second</span> <span class="btn-secondary btn">Third</span> </div> <div aria-label="Basic example" class="btn-group-vertical" role="group"> <span class="btn-secondary btn">First</span> <span class="btn-secondary btn">Second</span> <span class="btn-secondary btn">Third</span> </div> <div aria-label="Basic example" class="btn-group-lg" role="group"> <span class="btn-secondary btn">First</span> <span class="btn-secondary btn">Second</span> <span class="btn-secondary btn">Third</span> </div> <div aria-label="Basic example" class="btn-group-sm" role="group"> <span class="btn-secondary btn">First</span> <span class="btn-secondary btn">Second</span> <span class="btn-secondary btn">Third</span> </div>

Card (card)

A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.

© 2017 John Smith photography
Card title
Card subtitle

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

Go somewhere Card link
© 2017 John Smith photography
Card title
Card subtitle

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

Go somewhere Card link
© 2017 John Smith photography
Card title
Card subtitle

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

Go somewhere Card link
<div class="card"> <img alt="&copy; 2017 John Smith photography" class="card-img-top" src="https://data.dilla.io/bootstrap_4/assets/card-image.svg" /> <div class="card-body"> <h5 class="card-title">Card title</h5> <h6 class="card-subtitle-title">Card subtitle</h6> <p class="card-text">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> <span class="btn-primary btn">Go somewhere</span> <a class="card-links" href="#">Card link</a> </div> <div class="card-footer"> <span>2 days ago</span></div> </div> <div class="card bg-dark text-white"> <img alt="&copy; 2017 John Smith photography" class="card-img" src="https://data.dilla.io/bootstrap_4/assets/card-image.svg" /> <div class="card-img-overlay"> <div class="card-body"> <h5 class="card-title">Card title</h5> <h6 class="card-subtitle-title">Card subtitle</h6> <p class="card-text">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> <span class="btn-primary btn">Go somewhere</span> <a class="card-links" href="#">Card link</a> </div> </div> </div> <div class="card mb-3"> <div class="row no-gutters"> <div class="col-md-4"> <img alt="&copy; 2017 John Smith photography" class="card-img" src="https://data.dilla.io/bootstrap_4/assets/card-image.svg" /></div> <div class="col-md-8"> <div class="card-body"> <h5 class="card-title">Card title</h5> <h6 class="card-subtitle-title">Card subtitle</h6> <p class="card-text">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> <span class="btn-primary btn">Go somewhere</span> <a class="card-links" href="#">Card link</a> </div> <div class="card-footer"> <span>2 days ago</span></div> </div> </div> </div>

Card Layout (card_layout)

In addition to styling the content within cards, Bootstrap includes a few options for laying out series of cards. For the time being, these layout options are not yet responsive.

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card title

This card has supporting text below as a natural lead-in to additional content.

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card title

This card has supporting text below as a natural lead-in to additional content.

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card title

This card has supporting text below as a natural lead-in to additional content.

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

<div class="card-group"> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> <div class="card-footer">Last updated 3 mins ago</div> </div> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> </div> <div class="card-footer">Last updated 3 mins ago</div> </div> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> <div class="card-footer">Last updated 3 mins ago</div> </div> </div> <div class="card-deck"> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> <div class="card-footer">Last updated 3 mins ago</div> </div> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> </div> <div class="card-footer">Last updated 3 mins ago</div> </div> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> <div class="card-footer">Last updated 3 mins ago</div> </div> </div> <div class="card-columns"> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> <div class="card-footer">Last updated 3 mins ago</div> </div> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> </div> <div class="card-footer">Last updated 3 mins ago</div> </div> <div class="card"> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> <div class="card-footer">Last updated 3 mins ago</div> </div> </div>

A slideshow component for cycling through elements, like a carousel.


Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They’re made interactive with the included Bootstrap dropdown JavaScript plugin. They’re toggled by clicking, not by hovering; this is an intentional design decision.


Figure (figure)

Anytime you need to display a piece of content—like an image with an optional caption, consider using figure.

A caption for the above image.
<figure class="figure"> <img class="figure-img" src="https://data.dilla.io/bootstrap_4/assets/figure-image.png" /> <figcaption class="figure-caption">A caption for the above image.</figcaption> </figure>

Grid Row (grid_row)

The grid system uses a series of containers, rows, and columns to layout and align content For simple use cases only. For more powerful needs, please use bootstrap_grid_row_* layouts.

Card example

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

Go somewhere
Small card

Cras justo odio, dapibus ac facilisis in, egestas eget quam.

Card example

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

Go somewhere
Small card

Cras justo odio, dapibus ac facilisis in, egestas eget quam.

<div class="row"> <div class=" col-md-3 "> <div class="card"> <div class="card-body"> <h5 class="card-title">Card example</h5> <p class="card-text">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> <span class="btn-primary btn">Go somewhere</span> </div> </div> </div> <div class=" col-md-3 "> <div class="card"> <div class="card-body"> <h5 class="card-title">Small card</h5> <p class="card-text">Cras justo odio, dapibus ac facilisis in, egestas eget quam.</p> </div> </div> </div> <div class=" col-md-3 "> <div class="card"> <div class="card-body"> <h5 class="card-title">Card example</h5> <p class="card-text">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> <span class="btn-primary btn">Go somewhere</span> </div> </div> </div> <div class=" col-md-3 "> <div class="card"> <div class="card-body"> <h5 class="card-title">Small card</h5> <p class="card-text">Cras justo odio, dapibus ac facilisis in, egestas eget quam.</p> </div> </div> </div> </div>

Jumbotron (jumbotron)

A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

Hello, world!

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.


It uses utility classes for typography and spacing to space content out within the larger container.

Learn more

Hello, world!

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.


It uses utility classes for typography and spacing to space content out within the larger container.

Learn more
<div class="jumbotron"> <h1 class="display-4">Hello, world!</h1> <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> <hr class="my-4" /> <p>It uses utility classes for typography and spacing to space content out within the larger container.</p> <a class="btn-primary btn-lg btn" href="#">Learn more</a> </div> <div class="jumbotron-fluid jumbotron"> <div class="container"> <h1 class="display-4">Hello, world!</h1> <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> <hr class="my-4" /> <p>It uses utility classes for typography and spacing to space content out within the larger container.</p> <a class="btn-primary btn-lg btn" href="#">Learn more</a> </div> </div>

List (list)

  • Lorem ipsum
  • Phasellus iaculis
  • Nulla volutpat
  • Lorem ipsum
  • Phasellus iaculis
  • Nulla volutpat
  • Lorem ipsum
  • Phasellus iaculis
  • Nulla volutpat
<ul> <li> <span>Lorem ipsum</span></li> <li> <span>Phasellus iaculis</span></li> <li> <span>Nulla volutpat</span></li> </ul> <ul class="list-unstyled"> <li> <span>Lorem ipsum</span></li> <li> <span>Phasellus iaculis</span></li> <li> <span>Nulla volutpat</span></li> </ul> <ul class="list-inline"> <li class="list-inline-item"> <span>Lorem ipsum</span></li> <li class="list-inline-item"> <span>Phasellus iaculis</span></li> <li class="list-inline-item"> <span>Nulla volutpat</span></li> </ul>

List Group (list_group)

List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within.

The current link item A second link item A third link item A fourth link item, with a link The disabled link item
The current link item A second link item A third link item A fourth link item, with a link The disabled link item
The current link item A second link item A third link item A fourth link item, with a link The disabled link item
<div class="list-group"> <span aria-current="true" class="list-group-item active">The current link item</span> <span class="list-group-item">A second link item</span> <span class="list-group-item">A third link item</span> <a class="list-group-item list-group-item-action" href="#">A fourth link item, with a link</a> <span aria-disabled="true" class="list-group-item disabled">The disabled link item</span> </div> <div class="list-group-flush list-group"> <span aria-current="true" class="list-group-item active">The current link item</span> <span class="list-group-item">A second link item</span> <span class="list-group-item">A third link item</span> <a class="list-group-item list-group-item-action" href="#">A fourth link item, with a link</a> <span aria-disabled="true" class="list-group-item disabled">The disabled link item</span> </div> <div class="list-group-horizontal list-group"> <span aria-current="true" class="list-group-item active">The current link item</span> <span class="list-group-item">A second link item</span> <span class="list-group-item">A third link item</span> <a class="list-group-item list-group-item-action" href="#">A fourth link item, with a link</a> <span aria-disabled="true" class="list-group-item disabled">The disabled link item</span> </div>

List Group Item (list_group_item)

List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within.

An item An item An item An item An item An item An item An item
<span class="list-group-item-primary list-group-item">An item</span> <span class="list-group-item-secondary list-group-item">An item</span> <span class="list-group-item-success list-group-item">An item</span> <span class="list-group-item-danger list-group-item">An item</span> <span class="list-group-item-warning list-group-item">An item</span> <span class="list-group-item-info list-group-item">An item</span> <span class="list-group-item-light list-group-item">An item</span> <span class="list-group-item-dark list-group-item">An item</span>

Media Object (media)

Complex and repetitive components where some media is positioned alongside content that doesn’t wrap around said media.

Media heading
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
<div class="media"> <img class="mr-3" src="https://bulma.io/images/placeholders/64x64.png" /> <div class="media-body"> <h5 class="mt-0">Media heading</h5> <span>Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.</span></div> </div>

Powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, including support for our collapse plugin.


Pagination (pagination)

Indicate a series of related content exists across multiple pages.


Progress (progress)

The progress element displays an indicator showing the completion progress of a task, typically in the form of a bar. Progress components are built with two HTML elements, some CSS to set the width, and a few attributes. Bootstrap does not use the HTML5 <progress> element, ensuring you can stack progress bars, animate them, and place text labels over them.

Label
Label
Label
<div class="progress"> <div aria-label="Progress bar" aria-valuemax="100" aria-valuemin="0" aria-valuenow="50" class="progress-bar" role="progressbar" style="width: 50%"> Label </div> </div> <div class="progress"> <div aria-label="Progress bar" aria-valuemax="100" aria-valuemin="0" aria-valuenow="50" class="progress-bar" role="progressbar" style="width: 50%"> Label </div> </div> <div class="progress"> <div aria-label="Progress bar" aria-valuemax="100" aria-valuemin="0" aria-valuenow="50" class="progress-bar" role="progressbar" style="width: 50%"> Label </div> </div>

Spinner (spinner)

Indicate the loading state of a component or page with Bootstrap spinners, built entirely with HTML, CSS, and no JavaScript.

Loading...
Loading...
Loading...
Loading...
<div class="spinner-border" role="status"> <span class="sr-only">Loading...</span> </div> <div class="spinner-border spinner-border-sm" role="status"> <span class="sr-only">Loading...</span> </div> <div class="spinner-grow" role="status"> <span class="sr-only">Loading...</span> </div> <div class="spinner-grow spinner-grow-sm" role="status"> <span class="sr-only">Loading...</span> </div>

Table (table)

Due to the widespread use of <table> elements across third-party widgets like calendars and date pickers, Bootstrap’s tables are opt-in. Add the base class .table to any <table>, then extend with our optional modifier classes or custom styles. All table styles are not inherited in Bootstrap, meaning any nested tables can be styled independent from the parent.

Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
Caption of the table
Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header Header
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10 Cell 11 Cell 12 Cell 13 Cell 14 Cell 15 Cell 16 Cell 17 Cell 18 Cell 19 Cell 20
Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer
<div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div> <div class="table-responsive"> <table class="table table-hover"> <caption>Caption of the table</caption> <thead > <tr> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody > <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> <tr > <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> <td>Cell 9</td> <td>Cell 10</td> <td>Cell 11</td> <td>Cell 12</td> <td>Cell 13</td> <td>Cell 14</td> <td>Cell 15</td> <td>Cell 16</td> <td>Cell 17</td> <td>Cell 18</td> <td>Cell 19</td> <td>Cell 20</td> </tr> </tbody> <tfoot > <tr > <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> <td>Footer</td> </tr> </tfoot> </table> </div>

Toast (toast)

Push notifications to your visitors with a toast, a lightweight and easily customizable alert message.

<div aria-atomic="true" aria-live="assertive" class="toast show" data-autohide="true" data-delay="1000" role="alert"> <div class="toast-header"> <img class="rounded mr-2" src="https://data.dilla.io/bootstrap_4/assets/toast-image.svg" /> <strong class="mr-auto">Well done!</strong> <small class="text-muted">&gt;11 mins ago</small> <button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="toast-body">Hello, world! This is a toast message.</div> </div>