Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Writing HTML feels slow at first (and that’s normal)
When you start writing HTML, it often looks like this:
<div class="card">
<h1>Title</h1>
<p>Description</p>
</div>
Now imagine writing this again and again, closing every tag manually, fixing ...
gurjotcodes.hashnode.dev3 min read