
Learn to boost HTML productivity with Emmet in Visual Studio Code. The course covers abbreviations, expanding, typing IDs and classes, children, snippets, and multiply groups with practical examples.
Prerequisites include ASML and BASIX knowledge and the ability to type them; the course helps you learn to type each terminal quickly and efficiently, even for web development beginners.
You can download the exercise files by using the following link - https://gitlab.com/Linxflasher/emmet-in-vs-code-exercise-files
Explore Emmet basics in Visual Studio Code to accelerate your HTML workflow, learning abbreviations, how to write and expand them, and to add classes, attributes, and dummy text via assignments.
Learn Emmet's nesting to place abbreviations inside other abbreviations with the greater than operator, creating direct child structures across multiple levels and saving time without over-nesting.
Multiply lets you use an asterisk after an abbreviation to repeat elements, such as creating five paragraph elements; you can combine it with nesting and siblings for complex structures.
Learn Emmet in Visual Studio Code, covering export abbreviations, assigning IDs, siblings and multiplication, and grouping with attributes, numbering, and lorem ipsum text, plus insights for the next module.
Review the key Emmet features and useful comments that boost your HTML workflow in Visual Studio Code. Proceed to the first comment in this module to apply them.
Engage in the examination module of the Emmet in Visual Studio Code course by tackling a final assignment that tests all features covered, and practice what you have learned.
Reveal time-saving Emmet tips in VS Code by using simple abbreviations, step-by-step nesting (two to three levels), and selective attributes, while leveraging comments and keyboard shortcuts to speed html workflow.
Wrap up this course on Emmet in Visual Studio Code by applying the gained knowledge to your own projects, keep learning, and keep creating.
What's this course about?
In this course you will learn how to be very productive in writing your html code. For that purpose we will use Emmet. The code editor for the course is Visual Studio Code (although you can use any code editor that supports Emmet).
More details please!
If you have never heard of Emmet before, it is a special plugin that allows you to type html "on steroids". VS Code comes bundled with it so you can use it straight out of the box. The sole purpose of the plugin is to allow you to type html in a fast and efficient way, saving a tone of time. You type a small abbreviation and in a second it expands into a big table, list, complete form or whatever html structure you can think of.
Emmet comes prepacked with a lot of features. In this course we will talk about every feature that could benefit your html workflow. We will start from the very basics. I will show you its core features. Then we will explore some useful commands that it offers. I have also provided assignments for the course so that you could practice and better memorise Emmet’s features.
If you still write html the old way this course will probably change it. Let’s get started!
What should you know to take the course?
Very basic HTML knowledge would be enough
What's inside?
Expand abbreviation
Ids and Classes
Nesting elements
Sibling elements
Multiplication
Dummy text (lorem ipsum)
Climbing top in abbreviations
Grouping abbreviations
Attributes
Numbering elements
Wrap with abbreviation
Wrap individual lines with abbreviation
Update tag
Remove tag
Go to matching pair
Merge and evaluate
Assignments to test your knowledge of Emmet's features
Who is teaching you?
My name is Sergey Shtyrlov. I'm a frontend developer. I've been working with HTML and CSS on a daily basis for almost 7 years and continue doing it today. If you still write HTML without Emmet, you are wasting a lot of time!