Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
If you are just starting with HTML, you may have noticed something, Writing HTML can feel repetitive. Typing this again and again:
<div class="container">
<div class="card">
<h2>Title</h2>
<p>Description</p>
</div>
</div>
It works. But i...
emmet12.hashnode.dev3 min read