- Just HTML and CSS
- Browser Renders HTML then throws it away
- Document Object Model
- Representation of HTML in memory
- Tree like structure --> easy to traverse
- Released with 1995 Netscape
- Implemented the first version of JavaScript
- Set of Tools for Manipulating the DOM
- Birth to a new Website Era
- Everything is Global
- Everything is Relative
- Introduced by W3C in 2012
- An Encapsulation of the a Subset of DOM
- Isolates styles
- Isolates function
- Allows for composability
- Web Components
- Functional HTML
- Example: `<input type="range"/>`
Made with Slides.com