0 of 12 lessons completed
Tables display tabular data using <table>, <tr>, <th>, and <td>.
<table>
<tr>
<th>
<td>
HTML<table> <tr> <th>Name</th> <th>Age</th> </tr> <tr> <td>John</td> <td>25</td> </tr> </table>
<table> <tr> <th>Name</th> <th>Age</th> </tr> <tr> <td>John</td> <td>25</td> </tr> </table>
Create a table with: