⚡ Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Let me start with a very honest question 👇
😩 Why does writing HTML feel slow at the beginning?
Imagine you want to write this:
<div class="card">
<h2>Title</h2>
<p>Description</p>
</div>
You must type:
opening tags
closing tags
quotes
inde...
emmetforhtml1.hashnode.dev4 min read