Emmet is a set of plugins to enable the use of short code to quickly write HTML and CSS.
Use Emmet syntax to create complex code structures with only having to type one line of code.
ul>li>a
h2+p+small
h2>a^p>strong^small
ul>li*5
(dl>(dt+dd)*3)
div.container
div#content
nav#nav-main>ul>li*5>a.link
m10
margin: 10px;
mt40
margin-top: 40px;