What is client-side scripting?

Before jumping into client-side scripting, first we will see a short intro about script. What is a script? Script is a small embedded program. Popular scripting languages are Javascript, VBscript etc., HTML is not a scripting language because it does not have <script> tag. We need to use <script> tag to generate a script. </script> …

What is client-side scripting? Read More »