This exercise was designed to help you understand this week's content. It is not graded.
- Clone this repository onto your local computer.
- Open the repo in VScode. Open index.html in the browser.
- In VS Code, check that you are working in a trusted workspace.
Using the debugger in VS Code to highlight issues will help you troubleshoot files. If the debugger is not working then you may be in restricted mode and need to turn on Workspace Trust. Type Ctrl+Shift+P or Cmd+Shift+P to open the Command Palette then search for "Workspaces: Manage Workspace Trust". If the restricted mode is highlighted then you need to add your repo's folder to the trusted folders list. - Install the TODO tree extension
You have 20 min to fix as many errors as possible in index.html. The content of index.html includes some tips to help you debug. Every time you fix an error. Add a comment that builds a list of checklist of to-dos and describes the error.
For ex: <!--[ ] Missing closing anchor tag -->.
Once you've found all the errors, your page should look like this:

- You have 10 min to compare your checklists and implement all the fixes you both found.
- Validate your HTML. If there any errors reported then fix them together.
- Now you've finished fixing all the errors, follow the instructions in part 2 of the content in index.html.