Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
The Problem
Lets first talk about Writing HTML Code that Can Be Slow
you need a basic HTML page. Without shortcuts, you might type
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-widt...
dev-bucket.hashnode.dev3 min read