Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Why Emmet ?
Writing HTML feels slow.
Too many tags.
Too much typing.
Too many chances to make mistakes.
For example, writing this manually:
<div class="card">
<h1>Title</h1>
<p>Description</p>
</div>
It doesn’t look hard, but doing this ag...
umangpincha.hashnode.dev2 min read