Emmet: Writing HTML super fast
The Problem: Writing HTML Is Slow
Type this by hand:
<div class="container">
<header class="header">
<h1>Welcome</h1>
</header>
<main class="content">
<p>This is a paragraph.</p>
</main>
</div>
That's a lot of typing. Opening tags, c...
emmetshtml.hashnode.dev5 min read