diff --git a/README.md b/README.md index 6899b33..87878cc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Remember to update the closing tags when changing an element. ### Prerequisites -Before you begin, ensure you have the following installed: +Before you begin, ensure you have the following installed: - **Git:** Version control system to clone and manage the repository. - **GitHub:** make sure you have an account to sync your repositories to. @@ -31,7 +31,7 @@ To view the project locally, you can either open the project files in your code ### Tasks Inside `index.html`: -- [ ] Update the HTML tags so that they are correct and semantic +- [X] Update the HTML tags so that they are correct and semantic ### Tips diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..f0adbec --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +- [x] Fix HTML structure: change
to and close properly +- [x] Correct malformed nav tag: fix class attribute +- [x] Replace div paragraphs with semantic

elements +- [x] Fix footer to use semantic

\ No newline at end of file