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

Editing HTML Files

Syntax Highlighting and IntelliSense: VS Code uses colors to highlight HTML syntax and offers IntelliSense for autocompletion. Start typing an HTML element or attribute, and IntelliSense suggests options. Starting Code with Emmet: To add a basic HTML structure, type an exclamation mark (!) and press Tab. Emmet, a VS Code plugin, generates the starting HTML code. Nested Elements ...