Saved Bookmarks
| 1. |
Explain the following scripting tags in JavaScript: a. Src b. Type c. charset |
|
Answer» a. src: It defines the address of the external file which can be absolute or relative URL . b. type: Define the MIME-type of the script. c. charset: Define the character encoding of the external JavaScript file. |
|