Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Let’s be honest.
Writing HTML by hand can feel… slow.
You type:
<div>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</div>
Line by line.Tag by tag.Opening. Closing. Indenting. Fixing mistakes.
Now imagine typing this inste...
tanmaydhamnaskar.hashnode.dev4 min read