Stop Typing HTML by Hand — Let Emmet Do the Heavy Lifting
The shortcut language every HTML beginner should know about.
You're building a simple webpage. You need a navigation bar with five links. So you start typing:
<ul>
<li><a href="#">Home</a></li>
<
orion-blogs.hashnode.dev7 min read