Skip to content

Commit

Permalink
lijst onder tabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Enderstone18 committed Oct 3, 2024
1 parent d71df9d commit 89c772f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ <h1>Welkom bij de GitHub Classroom Opdracht!</h1>
<th>Naam</th>
<th>Hobby</th>
</tr>
<!-- Student A zal hier een aantal rijen aan de tabel toevoegen. -->
<!-- Student A zal hier een aantal rijen aan de tabel toevoegen. -->
</table>
<ul>
<li>Gamen</li>
<li>Tekenen</li>
<li>Slapen</li>
<li>Lezen</li>
<li>Buiten sporten</li>
</ul>
<!-- Student B zal hier een ongeordende lijst toevoegen -->
</body>
</html>
</html>

0 comments on commit 89c772f

Please sign in to comment.