Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Why Does Writing HTML Feel So Slow?
<div>
<p></p>
</div>
You type:
opening tags
closing tags
nested elements
the same patterns again and again
This is normal — and this is exactly the problem Emmet solves.
What Is Emmet?
Emmet is a shortcut...
hanand.hashnode.dev3 min read