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