Emmet for HTML: A Beginner’s Guide to Writing Faster Markup
Writing HTML tags, brackets and attributes, again and again feels boring and slow, you code like this:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<ti...
leanwithpankaj.hashnode.dev3 min read