What Is The Javascript ?
JavaScript is the world's most popular programming language.
- The browser receives an HTML page
- It creates a model of the page and stores it in memory.
- It shows the page on screen using a rendering engine.
We can do it useing HTML , CSS & JAVASCRIPT Together
- HTML --- content layer
- CSS --- Presentation layer
- JAVASCRIPT ---- Behavior layer
- document.write() method ;
- Var.quantity ;
