Kizspy | Question: 22
(Choose 1 answer)
What is used to insert at the [MISSING] to change the display property of the p tag to "block"?
<script>
function myFunction( x){_
x.style.display="block";
</script>
<p onclick="myFunction([MISSING])">Click here to change</p>
A. nothing
B. p
C. this
D. object