Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Typing every <div>, </div>, and the attribute gets tedious. Emmet is a shorthand language that expands into full HTML.
What is Emmet?
Emmet turns abbreviations into complete HTML. It's built into VS Code and most editors:
div → <div></div>
No more t...
rohangupta.hashnode.dev2 min read