💻
Core Web Dev Concepts
  • Building a website of reasonable complexity
  • Setup
    • HTML, CSS and Browsers
    • Chrome DevTools
    • Local Dev Setup
  • App
    • Design
    • JavaScript
    • Code design paradigms
    • State and Props
    • JSON
    • HTML templating
    • Testing
  • Infrastructure
  • Azure web hosting
  • Web servers
  • Azure Cosmos DB
  • Concepts and Systems
  • API
  • Progressive Web Apps
  • Service Workers
  • Messaging
  • Hyperapp and pug-vdom
  • StateCharts and StateMachines
Powered by GitBook
On this page

Was this helpful?

  1. Setup

HTML, CSS and Browsers

Browsers host the DOM, or document object library, which is a text data structure representing the HTML used to build the web page. The browser applies CSS content and manages relationships with JavaScript and to its API.

PreviousBuilding a website of reasonable complexityNextChrome DevTools

Last updated 5 years ago

Was this helpful?