Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
If you’re new to HTML, you’ve probably felt this pain already. Typing the same tags again and again… opening, closing, indenting… it works, but it’s slow.
Let’s first see why this feels painful.
Writing HTML Without Emmet (Slow Way)
<divclass="card"...
dineshahir.hashnode.dev2 min read