Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     object.position = left

    B.

     object = position.left

    C.

     object.style.left

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The property object.style.left = distance in pixels or points sets distance from left edge of the screen.


Be The First To Comment