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.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.