CIW Exam Questions

What will the following code cause to happen on Mouseover?

What will the following code cause to happen on Mouseover?
<a href=”javascript:linksFun();”
onMouseOver=”status=’Related Links’;return true;”
onMouseOut=”status=”;return true;”>Related Links

A.
nothing

B.
The words “Related Links” will appear in the status bar.

C.
The words “Related Links” will appear as a drop down list.

D.
The words “Related Links” will disappear in the status bar.