Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Imagine you're building a simple navigation menu. Without any shortcuts, you'd have to type something like this:
<nav> <ul> <li><a href="#home">Home</a></li> <li><a href="#about">About</a></li> <li><a href="#services">Services</a></li> ...
sofiyablogonhtml.hashnode.dev7 min read