components/basic-elements/tables/tables.html (25 lines of code) (raw):

<table class="mzp-u-data-table"> <caption>Table caption</caption> <thead> <tr> <td></td> <th scope="col">Column</th> <th scope="col">Column</th> <th scope="col">Column</th> </tr> </thead> <tbody> <tr> <th scope="row">Row</th> <td>Cell</td> <td>Cell</td> <td>Cell</td> </tr> <tr> <th scope="row">Row</th> <td>Cell</td> <td>Cell</td> <td>Cell</td> </tr> </tbody> </table>