Sha256: f8530b8f9a24236cedbc3f7e858d9a76c095e73aa087cdbf3685e7eb5c5707d7
Contents?: true
Size: 805 Bytes
Versions: 147
Compression:
Stored size: 805 Bytes
Contents
<p>Simple footer</p> <table> <tbody> <tr> <td>cell1</td> <td>cell2</td> </tr> </tbody> <tfoot> <tr> <td>cell3</td> <td>cell4</td> </tr> </tfoot> </table> <p>Full footer</p> <table> <tbody> <tr> <td>cell1</td> <td>cell2</td> </tr> </tbody> <tfoot> <tr> <td>cell3</td> <td>cell4</td> </tr> </tfoot> </table> <p>Footer with separator lines</p> <table> <tbody> <tr> <td>cell1</td> <td>cell2</td> </tr> </tbody> <tfoot> <tr> <td>cell3</td> <td>cell4</td> </tr> <tr> <td>cell5</td> <td>cell6</td> </tr> </tfoot> </table> <p>Empty footer</p> <table> <tbody> <tr> <td>cell1</td> <td>cell2</td> </tr> </tbody> </table>
Version data entries
147 entries across 143 versions & 29 rubygems