Emmet for HTML:
At start learning HTML, everything feels manageable.
We write one tag.Then another.Then we suddenly realize most of our time is spent typing the same structure again and again.
<div>
<div>
<p></p>
</div>
</div>
As a beginner, this slow proce...
learnwithshreyas.hashnode.dev4 min read