Home / Programming MCQs / JavaScript MCQs / Question

M

Mr. Dubey • 51.43K Points
Coach

Q. Which is the property used to position the object in the left of the screen?

(A) object.position = left
(B) object = position.left
(C) object.style.left
(D) none of the mentioned
Explanation by: Mr. Dubey
The property object.style.left = distance in pixels or points sets distance from left edge of the screen.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.