Examveda
Examveda

Client-side JavaScript code is embedded within HTML documents in

A. A URL that uses the special javascript:encoding

B. A URL that uses the special javascript:stack

C. A URL that uses the special javascript:protocol

D. A URL that uses the special javascript:code

Answer: Option C

Solution(By Examveda Team)

The Client-side JavaScript code is embedded within HTML documents in four ways :
1. Inline, between a pair of “script” tags
2. From an external file specified by the src attribute of a “script” tag
3. In an HTML event handler attribute, such as onclick or onmouseover
4. In a URL that uses the special javascript: protocol.

Join The Discussion

Related Questions on Server Side and Client Side Scripting