finished Forms And Tables module

This commit is contained in:
bendwit 2025-06-18 11:45:31 +02:00
parent e1e31058b3
commit 5f82705b4f
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
<tr> <tr>
<td>Catch-22</td> <td>Catch-22</td>
<td>Joseph Heller</td> <td>Joseph Heller</td>
<td>historical-fixtion</td> <td>historical-fiction</td>
<td>1974</td> <td>1974</td>
</tr> </tr>

View file

@ -16,7 +16,7 @@ Having already been familiar with HTML and CSS I was able to make fast progress
- [ ] **HTML** - [ ] **HTML**
- [x] Basic HTML - [x] Basic HTML
- [x] Semantic HTML - [x] Semantic HTML
- [ ] Forms And Tables - [x] Forms And Tables
- [ ] Accessibility - [ ] Accessibility
- [ ] **CSS** - [ ] **CSS**
- [x] Computer Basics - [x] Computer Basics