Question: Suppose I want to move a page element in variable theElement to the location of a where the user clicked on the page. Which line

Suppose I want to move a page element in variable theElement to the location of a where the user clicked on the page. Which line of code should be used to set the horizontal position of the element? a. theElement.style.left = event.client X; b. theElement.style.left = event.clientX +"px; c. theElement.left = event.clientX + "px"; d. theElement.left = event.client X
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
