Emmet for HTML: A Beginner's Guide to Writing Faster Markup
The Slow Reality of Writing HTML
Picture this: You're building a website and need to create a navigation menu with five links. You open your code editor and start typing:
<nav>
<ul>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<l...
sanjeevsaniel.hashnode.dev9 min read