Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Writing HTML the Slow Way
When beginners start learning HTML, writing code often feels slow and repetitive. For instance, to create a simple structure, you might type:
<div>
<p></p>
</div>
You have to type every angle bracket, closing tag, and ind...
emmet-for-html-by-anunay.hashnode.dev3 min read