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 nested p and followed by h1