Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<head>
<title>Table</title>
</head>

<body>
<table border="2">
<tr>
<td>Jenica</td>
<td>Arena</td>
</tr>
<tr>
<td>Grade 10</td>
<td>TLE</td>
</tr>
<tr>
<td>Grade 8</td>
<td>Computer</td>
</tr>
</table>
</body>
</html>

You might also like