HTML Tables

HTML tables allow web developers to arrange data into rows and columns.

#TypeSource
1Original CSSskeletonic.css
2Minified CSSskeletonic.min.css
<table class="size-full-width">
    <thead>
        <tr>
            <th>#</th>
            <th>Type</th>
            <th>Source</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>1</td>
            <td>Original CSS</td>
            <td>skeletonic.css</td>
        </tr>
        <tr>
            <td>2</td>
            <td>Minified CSS</td>
            <td>skeletonic.min.css</td>
        </tr>
    </tbody>
</table>

The Anatomy of Skeletonic CSS - A lightweight, intuitive, accessible and ultra-responsive CSS Framework