Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

i need help doing this two problems, im in an exam and really need the answer on

ID: 3570776 • Letter: I

Question

i need help doing this two problems, im in an exam and really need the answer on 30 min from now

7. Consider this HTML file

<!DOCTYPE html>

<html>

<head> </head>

<body>

<div

    >

Click Me</div>

<script>

function mDown(obj) {

    obj.style.backgroundColor = "blue";

    obj.innerHTML = "Release Me";

}

function mUp(obj) {

    obj.style.backgroundColor="red";

    obj.innerHTML="Thank You";

}

</script>

</body>

</html>

What is the meaning of

Explanation / Answer

7. this means -> all the items under div tag/section.
8.
9A Yes.
9B public void actionPerformed(ActionEvent e)
9C No
10. Yes it will cause failure.