Some Emmet Magic Frontend Devs should know

I would like to share some examples of useful Emmet commands that heavily speed up my markup creation — and maybe yours too.

Document creation

doc

Table creation

table>#row$*3>[colspan=2]

Form creation

form:post>(select>opt[value=$]{#$$}*4)+btn:s

Generic content

ul.generic>lorem6.item*5

Bonus: Abbreviation Wrap in VS Code

Wrap it up

--

--

creator. developer. consultant.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store