Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Writing HTML is Painfully Slow..You're building a simple navigation bar for a website. Nothing fancy, just a basic nav menu. so what you need:
A <nav> element to wrap everything
An unordered list <ul> inside it
Five list items <li>
Each list item...
technocycho.hashnode.dev7 min read