Emmet for HTML: A Beginner's Guide to Writing Faster Markup
I spent the first few months of learning web development typing every HTML tag by hand. Open the file, type <div>, type </div>, go back between them, start the next line, <p>, </p>. Over and over.
I remember building a simple card component — a title...