<table> <caption>Revenue 2025</caption> <thead> <tr> <th>Q1</th> <th>Q2</th> <th>Q3</th> <th>Q4</th> </tr> </thead> <tbody> <tr> <td>100</td> <td>40</td> <td>30</td> <td>400</td> </tr> <tr> <td>20</td> <td>10</td> <td>8</td> <td>100</td> </tr> </tbody> <tfoot> <tr> <td>120</td> <td>50</td> <td>38</td> <td>500</td> </tr> </tfoot></table>