Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 641 Bytes

File metadata and controls

28 lines (16 loc) · 641 Bytes

JavaScript & HTML

java

What Is The Javascript ?

JavaScript is the world's most popular programming language.

How browser see web page

  • 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.

How Do I Write A Script For A Web Page ?

We can do it useing HTML , CSS & JAVASCRIPT Together

  1. HTML --- content layer
  2. CSS --- Presentation layer
  3. JAVASCRIPT ---- Behavior layer

Main statment in Javascript

  1. document.write() method ;
  2. Var.quantity ;