Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  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