Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
The Problem: HTML Gets Tedious Fast
You're writing HTML and need to create a navigation menu with five links. Here's what you type:
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></l...
emm-et-html.hashnode.dev6 min read