Javascript Beginner Part-1
Hi, I am going to introduce some examples on adding javascript with HTML pages. you can add javascript with the help of <script></script> tag within head or body section. Now, I am going to discuss an external way of adding javascript to our web pages. you have to create one sample.js file and add the…
