Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
When we’re new to HTML, a lot of time goes into typing boilerplate:
<div class="container">
<p>Hello</p>
</div>
we type angle brackets, closing tags, indentation again and again.This is normal, but also unnecessary.
This is where Emmet saves a lot...
kartikeytiwari.hashnode.dev3 min read