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?
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**