Monster Home Likes Cookies Fun to Play With
Wolfman Nondisclosed countryside Sometimes Not really
Mothra Tropical island No Only if you have a flashlight
Oscar the Grouch Sesame Street No No
Cookie Monster Sesame Street Definitely yes Only if you have no cookies

<table class="table table-compact">
    <thead>
        <tr>
            <th class="left">Monster</th>
            <th>Home</th>
            <th>Likes Cookies</th>
            <th class="left">Fun to Play With</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td class="left">Wolfman</td>
            <td>Nondisclosed countryside</td>
            <td>Sometimes</td>
            <td class="left">Not really</td>
        </tr>
        <tr>
            <td class="left">Mothra</td>
            <td>Tropical island</td>
            <td>No</td>
            <td class="left">Only if you have a flashlight</td>
        </tr>
        <tr>
            <td class="left">Oscar the Grouch</td>
            <td>Sesame Street</td>
            <td>No</td>
            <td class="left">No</td>
        </tr>
        <tr>
            <td class="left">Cookie Monster</td>
            <td>Sesame Street</td>
            <td>Definitely yes</td>
            <td class="left">Only if you have no cookies</td>
        </tr>
    </tbody>
</table>