Bootstrap CSS Classes

Bootstrap CSS class .caption-top

    <table class="table caption-top">
        <caption>This is caption-top example</caption>
        <thead>
        <tr>
            <th scope="col">#</th>
            <th scope="col">First</th>
            <th scope="col">Second</th>
            <th scope="col">Third</th>
        </tr>
        </thead>
        <tbody>
            <tr>
                <th scope="row">1</th>
                <td>Example 1</td>
                <td>option</td>
                <td>option</td>
            </tr>
            <tr>
                <th scope="row">2</th>
                <td>Example 2</td>
                <td>option</td>
                <td>option</td>
            </tr>
        </tbody>
    </table>

Preview

Are you tired of writing HTML by hand?

More Bootstrap CSS classes in Tables category

© 2024 Shuffle. All rights reserved.