Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Imagine i have three list items in html without emmet<ul><li class=”item1”><li><li class=”item1”><li><li class=”item1”><li></ul>
without Emmet
Type every tag (<ul>, <li>, </li>, </ul>)
Add every class and number by hand
Move the cursor multiple ti...
shubh-html-emmet.hashnode.dev2 min read