Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
If you’re new to HTML, writing markup can feel slow and repetitive.
Typing this over and over:
<div>
<p></p>
</div>
Doesn’t feel hard but it does feel tedious.
This is where Emmet comes in.
What Is Emmet (In Very Simple Terms)?
Emmet is a shortcu...
dt89.hashnode.dev3 min read