20 Answer
(Choose 1 answer)
<script>
What is used to insert at the [MISSING] to change the display property of the p tag to "block"?
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