Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
You’re learning HTML.You write this:
<div class="container">
<h1 class="title">Welcome</h1>
<p class="description">Hello World</p>
</div>
It works. But it’s slow.Every <, every >, every closing tag typed manually.
There’s a faster way.
Meet Emme...
techsorcerer.hashnode.dev3 min read