PrepAway - Latest Free Exam Questions & Answers

What is wrong with this VBScript code?

Consider the following VBScript code:
<P><FONT COLOR=”crimson” FACE=”Arial” SIZE=”4″ >Hi </FONT></P>
<SCRIPT>
<!-coloredfront.style.color = “ourcolor”
–>
</SCRIPT>
<SCRIPT TYPE=”text/vbscript”>
Sub coloredfont_onmouseover ()
coloredfont.style.color =”Green”
Sub
Sub coloredfont_onmouseou ()
coloredfont.style.color = “crimson”
END Sub
</SCRIPT>
What is wrong with this VBScript code?

PrepAway - Latest Free Exam Questions & Answers

A.
The script language is not specified.

B.
The two scripts must be made into one.

C.
The first Sub does not have en END statement

D.
**MISSING**


Leave a Reply