Create table_1

This commit is contained in:
Joe James
2020-02-14 12:25:16 -06:00
committed by GitHub
parent 7d255cdebb
commit 85461302ce

22
table_1 Normal file
View File

@@ -0,0 +1,22 @@
<table width="60%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
<tr>
<td>Marco</td>
<td>Tyler</td>
<td>17</td>
</tr>
</table>