Delete table_1

This commit is contained in:
Joe James
2020-02-16 11:36:22 -06:00
committed by GitHub
parent 75f309ffa8
commit 27d8fd379a

22
table_1
View File

@@ -1,22 +0,0 @@
<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>