What is JavaScript ?
JavaScript is:
- JavaScript is a lightweight, interpreted programming language
- Designed for creating network-centric applications
- Complementary to and integrated with Java
- Complementary to and integrated with HTML
- Open and cross-platform
JavaScript Syntax:
A JavaScript consists of JavaScript statements that are placed within
the <script>... </script> HTML tags in a web page.You can place the <script> tag containing your JavaScript
anywhere within you web page but it is preferred way to keep it within
the <head> tags.
more...
No comments:
Post a Comment