Ver original<table><caption>Cómputo de días</caption> <thead> <tr> <th>Mes</th> <th>Días</th> </tr> </thead> <tfoot> <tr> <td>Suma</td> <td>60</td> </tr> </tfoot> <tbody> <tr> <td>Enero</td> <td>20</td> </tr> <tr> <td>Febrero</td> <td>18</td> </tr> <tr> <td>Marzo</td> <td>22</td> </tr> <tr> <td>Abril</td> <td>0</td> </tr> </tbody></table>