Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Let’s start with a feeling you probably know.
You want to write a simple HTML layout.So you type…
<div></div>
<div></div>
<div></div>
Then you add classes.Then you nest things.Then you fix indentation.
Five minutes gone.Nothing interesting done.
Thi...
devwithsahil.hashnode.dev4 min read