Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 1: Foundations of HTML and Web Development!
Instruction
HTML Validation with HTMLHint
VS Code doesnβt natively check HTML errors, but you can install HTMLHint for real-time validation.
Install HTMLHint:
Click the Extensions icon and search for "HTMLHint."
Install the extension by Mike Kaufman.
Using HTMLHint:
HTMLHint underlines errors and offers descriptions. Open the Problems tab to view and fix all errors at once.