Stop Typing HTML the Hard Way: A Guide to Emmet
You’re sitting there, staring at your code editor. You need to build a simple navigation bar. So you start typing:
<nav>... okay, hit enter.
<ul>... enter.
<li>... enter.
<a href="#">Home</a>...
</li>...
Stop. Just stop. My fingers hurt just watching...
web-devlopment-journey-tushar.hashnode.dev5 min read