Intermediate Vocabulary #frontend #DOM #CSS #rendering

Frontend Development Vocabulary

5 exercises — core frontend terms: DOM, ARIA, CSS specificity, hydration, critical rendering path. Used daily in frontend engineering discussions and interviews.

Key frontend vocabulary clusters
  • Browser internals: DOM · CSSOM · render tree · layout · paint · composite · reflow · repaint
  • Performance: FCP · LCP · TTI · CLS · critical rendering path · code splitting · lazy loading
  • Accessibility: ARIA · semantic HTML · screen reader · focus management · keyboard navigation
  • Frameworks: hydration · SSR · SSG · ISR · virtual DOM · reconciliation · reactive
0 / 5 completed
1 / 5
In frontend development, which term describes the browser's internal tree-like representation of all HTML elements on a page?