Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Introduction
When you first start writing HTML, everything feels slow.
You type:
<div></div>
Then:
<ul></ul>
Then:
<li></li>
And repeat this again and again.
For small projects, it’s manageable. But as your HTML grows, writing repetitive tags beco...
prashant-rathour.hashnode.dev3 min read