Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Writing HTML the Hard Way (We’ve All Been There)
If you’re learning HTML, your early days probably look like this:
<div>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</div>
Now imagine typing that by hand.
Angle brackets.Opening tags.Clo...
adityagiri.hashnode.dev5 min read