Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
If you are learning HTML, you have probably realized something: it involves a lot of typing.
To create a simple list of five items, you have to type <ul>, then <li>, then the closing </li>, then repeat that four more times, and finally close the </ul...
devavi.hashnode.dev4 min read