COMPUTER NETWORKS AND COMMUNICATIONS
INTERNET AND WEB TECHNOLOGIES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
To Style HTML Pages
|
|
To Perform Server Side Scripting Opertion
|
|
To add interactivity to HTML Pages.
|
|
To Execute Query Related to DB on Server
|
Detailed explanation-1: -It’s the programming language used to make webpages interactive-and it’s perhaps the most widely used language because of it. Developers use JavaScript to create a wide range of features, from simple user interface (UI) functionality to complex visual effects, including: Interfaces like image carousels.
Detailed explanation-2: -JavaScript is the Programming Language for the Web. JavaScript can update and change both HTML and CSS. JavaScript can calculate, manipulate and validate data.
Detailed explanation-3: -Adding JavaScript into an HTML Document You can add JavaScript code in an HTML document by employing the dedicated HTML tag <script> that wraps around JavaScript code. The <script> tag can be placed in the <head> section of your HTML or in the <body> section, depending on when you want the JavaScript to load.