Emmet is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow. Below are some of my most used formulas.
Wrapping individual line formulas
option[value=$#]*{$#}
wraps a list of items in an option tag and uses the text as the option value. Used for creating form select fieldsul>li[class=$#]*>{$#}
wraps a list of items in an unordered list
HTML
ul>li.sample$*5
creates unordered list with a name and number order
CSS
mb
margin-bottom