Getting Started With Emmet Write HTML Faster and Smarter
When you start learning HTML, one thing becomes very clear very fast that writing HTML feels slow.
You type opening tags, closing tags and repeat the same thing again and again. It works, but it takes time and effort.
<ul>
<li></li>
<li></li>...
kousik-chowdhury.hashnode.dev4 min read