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
div
with nestedp
and followed byh1
Sep 28, 20251 min read
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