Saved Bookmarks
| 1. |
Write down Scripting in HTML. |
|
Answer» 1. JavaScript was initially created to make web pages alive. 2. A Script is a list of commands that are executed by a scripting engine. 3. Scripts are used to generate dynamic Web pages on the Web. 4. JavaScript can be used for the clientside or server-side scripting language. 5. JavaScript code can be inserted in HTML program between script and /script tag. 6. The language attribute is used to set scripting language. |
|