© 2026 Hedgehog Software, LLC
<table> <thead> <tr> <th scope="col">Header 1</th> <th scope="col">Header 2</th> <!-- etc --> </tr> </thead> <tbody> <tr> <th>1</th> <td>data</td> <!-- etc --> </tr> <!-- etc --> </tbody> </table>
[ { "Header 1": "1", "Header 2": "data", // etc }, // etc ]
QuerySelectorAll("table")