About This Website

JavaScript  1

Javascript is known as client-side scripting because it is code that is executed by the user's web browser, which is known as the client in the client-server model. You should think of it in the following way. HTML is the "structure" of your web page. CSS the is "presentation" of your web page. And Javascript is "behavior" of your web page.

Javascript allows for some dynamics effects on your web pages. Examples are menus that drop down or pull-out, and div content that appears or popup when user clicks on links, and text that fades in and out, and so on. HTML coupled with Javascript are also known as DHTML, where "D" stands for "dynamic".

Javascript is a client-side language in that it is executed by the browser. As such, there are a few Javascript commands that are browser Although not compiled, Javascript is a true programming language with conditionals branches and loops. You can even create custom Javascript objects.

arrow previous page PREVIOUS PAGE      NEXT PAGE arrow next page

PAGE 1   PAGE 2   PAGE 3   PAGE 4   PAGE 5   PAGE 6   PAGE 7   MAIN PAGE