Emmet for HTML
Writing HTML Without Emmet Feels Slow
Imagine writing this by hand:
<div>
<h1></h1>
<p></p>
</div>
You type:
angle brackets
closing tags
indentation
It works, but it takes time and breaks flow.
This is where Emmet helps.
What Is Emmet?
Emm...
jatinsood.hashnode.dev3 min read