Web Fundamentals

Back: 12 - Web and Mobile Development MOC

The core technologies of the web platform — HTML for structure, CSS for presentation, and the browser rendering pipeline that turns them into pixels. Understanding these fundamentals is essential even when working with frameworks that abstract them away.

Categories

  • HTML Semantics
  • CSS Box Model
  • CSS Layout
  • CSS Specificity
  • DOM (Document Object Model)
  • Browser Rendering Pipeline
  • Critical Rendering Path
  • CSSOM

web frontend html css dom