JavaScript
What is the JavaScript ?
it is a scripting language for Web pages and dynamic language
Why Learn JavaScript?
JavaScript is among the most powerful and flexible programming languages of the web. It powers the dynamic behavior on most websites, including this one.
How to apply it in HTML ?
By 3 ways :
- place the scripting in header
- place the scripting in the end of body tag
- create a JavaScriptfile then call it anywhere you want in the line of html code with scrip tag
` `