Emmet plugin speed up your coding typing skills and make you more smart then traditional writing style of coding.
List of some mostly used shorthand commands
Insert N children of selected tag
ul>li*5
Insert tag with sibling tag
h1+p
Insert tag with a class
div.heading
Insert tags with numbering
div.item$*5