⚡ Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Introduction: Writing HTML the Slow Way 😩
Imagine writing this again and again:
<div>
<h1></h1>
<p></p>
</div>
Now imagine typing just one short line and getting all of that instantly.
That’s exactly what Emmet does.
👉 Emmet helps you write HT...
maheshn4.hashnode.dev3 min read