Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
I still remember that day.
I opened my code editor, stared at the blank file, and whispered to myself:
“Okay… just a simple page.”
Five minutes later, my screen looked like this:
<div>
<div>
<div>
<p></p>
</div>
</div>
</div>
My ...
jahanwee.hashnode.dev3 min read