What is Emmet

Emmet is a plugin for text editors that allows us to write HTML and CSS faster by using abbreviations that expand into full code. It saves alot of time when coding we just have to write a few characters and then expand them into long block of code with a single stroke.
In vs code editor, we don't have to download emmet ,it is already present in it by default.
Features of Emmet
-> Abbreviation expansion
-> Code formatting
-> Code snippets
-> Customization
-> Cross-editor compatibility
Advantages
-> Saves Time
-> Helps us with more consistent code
-> Improves our productivity
-> Widely supported
-> Easy to learn



