Rates Table

by Shaun Luttin

HTML

<table>
    <thead>
        <tr>
            <th></th>
            <th>Summer</th>
            <th>Winter</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th>Tent Sites</th>
        </tr>
        <tr></tr>
        <tr>
            <th>R.V.'s</th>
        </tr>
    </tbody>
</table>