Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Why Writing HTML Feels Slow at First
If you are new to HTML, writing markup can feel painfully repetitive.
You type an opening tag. Then a closing tag. Then indent it. Then repeat the same structure again and again.
Something like this:
<div>
<ul>
...
chakripavan.hashnode.dev3 min read