HTML Tables HTML 25 May 2025 Example <table> <tr><th>Name</th><th>Age</th></tr> <tr><td>Sam</td><td>30</td></tr> </table> Sources MDN: table