emmet is a VSCode extension
Write basic HTML template, such as doctype and header
!
CSS Selectors
ul>li*5
- this create an unordered list with 5 list item inside it
div > (p + h1)
- this create a
divwith nestedpand followed byh1
emmet is a VSCode extension
Write basic HTML template, such as doctype and header
!
CSS Selectors
ul>li*5
div > (p + h1)
div with nested p and followed by h1