Emmet for Beginners
The Slow Way (Without Emmet)
Imagine typing this HTML:
html
<div class="container">
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</div>
```
**How long did that take?** Type every `<`, `>`, `/`...
nipunn.hashnode.dev6 min read