Sha256: 3d01e65bb1ca94f735df9fa2c5a64198da42ac0b5db38322c562c5dfe5d2967e
Contents?: true
Size: 656 Bytes
Versions: 95
Compression:
Stored size: 656 Bytes
Contents
<div class="mb20"> <table class="table"> <caption>Optional table caption.</caption> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table> </div>
Version data entries
95 entries across 94 versions & 2 rubygems