Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Ever feel like writing HTML is… a lot of typing? You open an editor and start with this:
<div>
<h1></h1>
<p></p>
</div>
Now imagine doing that dozens of times a day. This is where Emmet quietly changes your life.
What Is Emmet?
Emmet is a shortc...
krishnasharma0.hashnode.dev3 min read