Emmet Shortcuts in Vscode
- 6:01 type name of tag for auto complete
- To next a parent/child use
parent>childfor divs with classes.parent-class>.child-classfor a parent with sibling children.parent-class>.child-class+.child-classor.parent-class>.child-class*2 - 6:40 lorem ipsum text can be indicated with
loremand the number of works directly afterlorem20 - 7:19 groupings
(p>lorem20)*5sincep>lorem20*5just puts 5 lorems in aptag
Backlinks