Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<table> <caption>Q1 2024 Sales by Region</caption> <thead> <tr> <th scope="col">Region</th> <th scope="col">Sales</th> <th scope="col">Growth</th> </tr> </thead> <tbody> <tr> <th scope="row">North</th> <td>$12,400</td> <td>+8%</td> </tr> </tbody> </table>
Result
Open